Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c195 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
283 case LWORD: in get_command()
302 case LWORD: in get_command()
337 while (token(CONTIN) == LWORD) in get_command()
390 case LWORD: in get_command()
424 musthave(LWORD, ARRAYVAR); in get_command()
446 musthave(LWORD, 0); in get_command()
483 musthave(LWORD, 0); in get_command()
617 case LWORD: in casepart()
741 while ((c = token(0)) == LWORD) in wordlist()
[all …]
Dlex.c1015 return (LWORD); in yylex()
1053 return (LWORD); in yylex()
1091 return (LWORD); in yylex()
1117 return (LWORD); in yylex()
Dsh.h1547 #define LWORD 256 macro
Deval.c122 if (yylex(ONEWORD) != LWORD) in substitute()
Dexec.c1491 if (yylex(sub) != LWORD) in hereinval()
Dedit.c382 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()