HomeSort by relevance Sort by last modified time
    Searched refs:LWORD (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
syn.c 186 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...]
lex.c 1021 return (LWORD);
1088 return (LWORD);
1109 return (LWORD);
    [all...]
eval.c 113 if (yylex(ONEWORD) != LWORD)
    [all...]
exec.c     [all...]
sh.h     [all...]
edit.c 323 if (yylex(ONEWORD | LQCHAR) != LWORD) {
    [all...]

Completed in 343 milliseconds