KDECore
kshell_unix.cpp File Reference
#include "kshell.h"
#include "kshell_p.h"
#include <kuser.h>
#include <QtCore/QChar>
#include <QtCore/QStringList>
Go to the source code of this file.
Functions | |
static int | fromHex (QChar cUnicode) |
static bool | isMeta (QChar cUnicode) |
static bool | isQuoteMeta (QChar cUnicode) |
static bool | isSpecial (QChar cUnicode) |
Function Documentation
static int fromHex | ( | QChar | cUnicode | ) | [static] |
Definition at line 30 of file kshell_unix.cpp.
static bool isMeta | ( | QChar | cUnicode | ) | [inline, static] |
Definition at line 58 of file kshell_unix.cpp.
static bool isQuoteMeta | ( | QChar | cUnicode | ) | [inline, static] |
Definition at line 43 of file kshell_unix.cpp.
static bool isSpecial | ( | QChar | cUnicode | ) | [inline, static] |
Definition at line 265 of file kshell_unix.cpp.