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

/external/mksh/src/
H A Dsyn.c196 musthave(LWORD, ishere ? HEREDELIM : 0);
283 case LWORD:
302 case LWORD:
337 while (token(CONTIN) == LWORD)
390 case LWORD:
424 musthave(LWORD, ARRAYVAR);
446 musthave(LWORD, 0);
483 musthave(LWORD, 0);
617 case LWORD:
741 while ((c = token(0)) == LWORD)
[all...]
H A Dlex.c1016 return (LWORD);
1083 return (LWORD);
1104 return (LWORD);
H A Deval.c121 if (yylex(ONEWORD) != LWORD)
H A Dexec.c1467 if (yylex(sub) != LWORD)
H A Dsh.h1541 #define LWORD 256 macro
H A Dedit.c382 if (yylex(ONEWORD | LQCHAR) != LWORD) {

Completed in 117 milliseconds