Home
last modified time | relevance | path

Searched refs:REDIR (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dsyn.c190 if (tpeek(cf) != REDIR) in synio()
293 case REDIR: in get_command()
311 case REDIR: in get_command()
882 case REDIR: in syntaxerr()
1029 if (meta == TM_BINOP && c == REDIR && in dbtestp_isa()
Dlex.c964 return (REDIR); in yylex()
Dsh.h1622 #define REDIR 276 macro