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