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

/external/mksh/src/
H A Dsyn.c186 musthave(LWORD, ishere ? HEREDELIM : 0);
259 case LWORD:
278 case LWORD:
348 while (token(CONTIN) == LWORD)
386 case LWORD:
421 musthave(LWORD, ARRAYVAR);
443 musthave(LWORD, 0);
480 musthave(LWORD, 0);
613 musthave(LWORD, 0);
724 while ((c = token(0)) == LWORD)
[all...]
H A Dlex.c1021 return (LWORD);
1088 return (LWORD);
1109 return (LWORD);
H A Deval.c113 if (yylex(ONEWORD) != LWORD)
H A Dexec.c1438 if (yylex(ONEWORD|HEREDOC) != LWORD)
H A Dsh.h1406 #define LWORD 256 macro
H A Dedit.c323 if (yylex(ONEWORD | LQCHAR) != LWORD) {

Completed in 90 milliseconds