HomeSort by: relevance | last modified time | path
    Searched refs:LWORD (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
syn.c 173 musthave(LWORD, ishere ? HEREDELIM : 0);
232 case LWORD:
248 case LWORD:
309 musthave(LWORD,LETEXPR);
338 musthave(LWORD, ARRAYVAR);
360 musthave(LWORD, 0);
391 musthave(LWORD, 0);
525 musthave(LWORD, 0);
614 while ((c = token(0)) == LWORD)
676 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) *
    [all...]
lex.h 78 #define LWORD 256
lex.c 721 return LWORD;
750 return LWORD;
762 return LWORD;
edit.c 551 if (yylex(ONEWORD) != LWORD) {
exec.c 1300 if (yylex(ONEWORD|HEREDOC) != LWORD)
eval.c 77 if (yylex(ONEWORD) != LWORD)

Completed in 17 milliseconds