Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c197 musthave(LWORD, ishere ? HEREDELIM : 0); in synio()
284 case LWORD: in get_command()
303 case LWORD: in get_command()
338 while (token(CONTIN) == LWORD) in get_command()
391 case LWORD: in get_command()
425 musthave(LWORD, ARRAYVAR); in get_command()
447 musthave(LWORD, 0); in get_command()
484 musthave(LWORD, 0); in get_command()
618 case LWORD: in casepart()
742 while ((c = token(0)) == LWORD) in wordlist()
[all …]
Dlex.c1004 return (LWORD); in yylex()
1071 return (LWORD); in yylex()
1092 return (LWORD); in yylex()
Dsh.h1546 #define LWORD 256 macro
Deval.c114 if (yylex(ONEWORD) != LWORD) in substitute()
Dexec.c1453 if (yylex(sub) != LWORD) in hereinval()
Dedit.c381 if (yylex(ONEWORD | LQCHAR) != LWORD) { in x_file_glob()