Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c196 musthave(LWORD, 0); in synio()
202 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
292 case LWORD: in get_command()
320 case LWORD: in get_command()
360 while (token(CONTIN) == LWORD) in get_command()
413 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.c1012 return (LWORD); in yylex()
1035 return (LWORD); in yylex()
1073 return (LWORD); in yylex()
1099 return (LWORD); in yylex()
Deval.c122 if (yylex(ONEWORD) != LWORD) in substitute()
Dexec.c1561 if (yylex(sub) != LWORD) in hereinval()
Dsh.h1602 #define LWORD 256 macro
Dedit.c382 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()