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

  /external/mksh/src/
syn.c 197 musthave(LWORD, ishere ? HEREDELIM : 0);
284 case LWORD:
303 case LWORD:
338 while (token(CONTIN) == LWORD)
391 case LWORD:
425 musthave(LWORD, ARRAYVAR);
447 musthave(LWORD, 0);
484 musthave(LWORD, 0);
618 case LWORD:
742 while ((c = token(0)) == LWORD)
    [all...]
lex.c 1004 return (LWORD);
1071 return (LWORD);
1092 return (LWORD);
    [all...]
eval.c 114 if (yylex(ONEWORD) != LWORD)
    [all...]
exec.c     [all...]
sh.h     [all...]
edit.c 381 if (yylex(ONEWORD | LQCHAR) != LWORD) {
    [all...]

Completed in 49 milliseconds