Searched refs:LQCHAR (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ | ||
D | lex.c | 580 if (cf & LQCHAR) { in yylex() |
D | sh.h | 1586 #define LQCHAR BIT(9) /* source string contains QCHAR */ macro |
D | edit.c | 382 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob() |