Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dsyn.c189 if (tpeek(cf) != REDIR) in synio()
284 case REDIR: in get_command()
293 case REDIR: in get_command()
852 case REDIR: in syntaxerr()
998 if (meta == TM_BINOP && c == REDIR && in dbtestp_isa()
Dlex.c970 return (REDIR); in yylex()
Dsh.h1560 #define REDIR 276 macro