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()
285 case REDIR: in get_command()
294 case REDIR: in get_command()
859 case REDIR: in syntaxerr()
1005 if (meta == TM_BINOP && c == REDIR && in dbtestp_isa()
Dlex.c958 return (REDIR); in yylex()
Dsh.h1566 #define REDIR 276 macro