Home
last modified time | relevance | path

Searched refs:LQCHAR (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dlex.c562 if (cf & LQCHAR) { in yylex()
Dsh.h1989 #define LQCHAR BIT(10) /* source string contains QCHAR */ macro
Dedit.c402 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()