57 while (isspace(c = m_Input[in++])) {
65 while (isdigit(c = m_Input[in++])) {
75 while ((c !=
'"') && !iscntrl(c)) {
84 if ((c ==
'"') || iscntrl(c)) {
103 while (!isspace(c) && !iscntrl(c)) {
110 if (m_Output.
length() <= 4) {
111 if (m_Output ==
"EXEC") {
114 if (m_Output ==
"PASS") {
117 if (m_Output ==
"DEL") {
120 if (m_Output ==
"PING") {
123 if (m_Output ==
"EXIT") {
126 if (m_Output ==
"STOP") {
129 if (m_Output ==
"SET") {
132 if (m_Output ==
"GET") {
135 if (m_Output ==
"HOST") {
138 if (m_Output ==
"SCHD") {
141 if (m_Output ==
"PRIO") {
144 if (m_Output ==
"DELV") {
147 if (m_Output ==
"DELG") {
150 if (m_Output ==
"DELS") {
151 return Tok_delSpecialKey;
153 if (m_Output ==
"GETK") {
156 if (m_Output ==
"CHKG") {
QByteArray & lval()
Return the token's value.
int lex()
Read next token.
QByteArray & fill(char ch, qsizetype size)
qsizetype length() const const
void resize(qsizetype newSize, char c)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:50 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.