Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c195 musthave(LWORD, 0); in synio()
201 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
286 case LWORD: in get_command()
314 case LWORD: in get_command()
354 while (token(CONTIN) == LWORD) in get_command()
408 case LWORD: in get_command()
444 musthave(LWORD, CMDASN); in get_command()
466 musthave(LWORD, 0); in get_command()
503 musthave(LWORD, 0); in get_command()
643 case LWORD: in casepart()
[all …]
Dlex.c1000 return (LWORD); in yylex()
1058 return (LWORD); in yylex()
1088 return (LWORD); in yylex()
Deval.c122 if (yylex(ONEWORD) != LWORD) in substitute()
Dexec.c1597 if (yylex(sub) != LWORD) in hereinval()
Dsh.h1949 #define LWORD 256 macro
Dedit.c402 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()