Searched refs:REDIR (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/misc/ |
H A D | abx.c | 902 #define REDIR " 2> /dev/null" macro 907 { ".mp1" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer I : www.iis.fhg.de, www.mpeg.org 908 { ".mp2" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer II : www.iis.fhg.de, www.uq.net.au/~zzmcheng, www.mpeg.org 909 { ".mp3" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 910 { ".mp3pro" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 911 { ".mpt" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, lame.sourceforge.io, www.mpeg.org 912 { ".mpp" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 913 { ".mpc" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 914 { ".mp+" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 915 { ".aac" , PATH"faad -t.wav -w %s" REDIR }, // Advance 942 #undef REDIR global() macro [all...] |
/third_party/mksh/ |
H A D | syn.c | 193 if (tpeek(cf) != REDIR) in synio() 290 case REDIR: in get_command() 308 case REDIR: in get_command() 811 /* Lexical tokens (0[EOF], LWORD and REDIR handled specially) */ 873 case REDIR: in syntaxerr() 999 if (meta == TM_BINOP && c == REDIR && in dbtestp_isa()
|
H A D | lex.c | 959 return (REDIR); in yylex()
|
H A D | sh.h | 2263 #define REDIR 276 macro
|
Completed in 11 milliseconds