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

  /external/mksh/src/
syn.c 195 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...]
lex.c 1015 return (LWORD);
1053 return (LWORD);
1091 return (LWORD);
1117 return (LWORD);
    [all...]
exec.c     [all...]
eval.c 122 if (yylex(ONEWORD) != LWORD)
    [all...]
sh.h     [all...]
edit.c 382 if (yylex(ONEWORD | LQCHAR) != LWORD) {
    [all...]

Completed in 49 milliseconds