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

  /src/bin/ksh/
lex.h 98 #define REDIR 276
syn.c 168 if (tpeek(cf) != REDIR)
233 case REDIR:
242 case REDIR:
676 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */
710 char redir[6]; /* 2<<- is the longest redirection, I think */ local in function:syntaxerr
736 case REDIR:
737 s = snptreef(redir, sizeof(redir), "%R", yylval.iop);
748 redir[0] = c;
749 redir[1] = '\0'
    [all...]
lex.c 667 return REDIR;

Completed in 22 milliseconds