OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REDIR
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
configure.bat
39
redir
-o junk.$$$ -eo make -n -f NUL
40
rem
REDIR
will return 1 if it cannot run Make.
/external/mksh/src/
syn.c
179
if (tpeek(cf) !=
REDIR
)
260
case
REDIR
:
269
case
REDIR
:
779
/* Lexical tokens (0[EOF], LWORD and
REDIR
handled specially) */
815
char
redir
[6];
local
841
case
REDIR
:
842
s = snptreef(
redir
, sizeof(
redir
), "%R", yylval.iop);
853
redir
[0] = c;
854
redir
[1] = '\0'
[
all
...]
sh.h
[
all
...]
Completed in 538 milliseconds