Home
last modified time | relevance | path

Searched refs:LWORD (Results 1 – 6 of 6) sorted by relevance

/third_party/mksh/
Dsyn.c199 musthave(LWORD, 0); in synio()
205 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
289 case LWORD: in get_command()
316 case LWORD: in get_command()
356 while (token(CONTIN) == LWORD) in get_command()
404 case LWORD: in get_command()
440 musthave(LWORD, CMDASN); in get_command()
462 musthave(LWORD, 0); in get_command()
499 musthave(LWORD, 0); in get_command()
638 case LWORD: in casepart()
[all …]
Dlex.c1020 return (LWORD); in yylex()
1078 return (LWORD); in yylex()
1108 return (LWORD); in yylex()
Dexec.c1608 if (yylex(sub) != LWORD) in hereinval()
Deval.c133 if (yylex(ONEWORD) != LWORD) in substitute()
Dsh.h2243 #define LWORD 256 macro
Dedit.c408 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()