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

  /external/mksh/src/
syn.c 196 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 1017 return (LWORD);
1084 return (LWORD);
1105 return (LWORD);
    [all...]
eval.c 120 if (yylex(ONEWORD) != LWORD)
    [all...]
exec.c     [all...]
sh.h     [all...]
edit.c 381 if (yylex(ONEWORD | LQCHAR) != LWORD) {
    [all...]

Completed in 41 milliseconds