Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c199 musthave(LWORD, 0); in synio()
205 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
290 case LWORD: in get_command()
318 case LWORD: in get_command()
358 while (token(CONTIN) == LWORD) in get_command()
412 case LWORD: in get_command()
448 musthave(LWORD, CMDASN); in get_command()
470 musthave(LWORD, 0); in get_command()
507 musthave(LWORD, 0); in get_command()
647 case LWORD: in casepart()
[all …]
Dlex.c1021 return (LWORD); in yylex()
1079 return (LWORD); in yylex()
1109 return (LWORD); in yylex()
Dexec.c1614 if (yylex(sub) != LWORD) in hereinval()
Deval.c128 if (yylex(ONEWORD) != LWORD) in substitute()
Dsh.h2164 #define LWORD 256 macro
Dedit.c403 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()