Searched refs:GUNK_CHAR (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp31 #define GUNK_CHAR 0x01 macro
34 // Turn all spaces that are not-to-be-counted-as-spaces into GUNK_CHAR chars.
53 *string = GUNK_CHAR;
126 else if ((IsValidChar(*next) == false) && (*next != GUNK_CHAR))
138 if ((IsValidChar(*next) == false) && (*next != GUNK_CHAR)) {
157 if (*temp == GUNK_CHAR)

Completed in 26 milliseconds