Home
last modified time | relevance | path

Searched refs:out2 (Results 1 – 13 of 13) sorted by relevance

/system/core/sh/
Doutput.h54 extern struct output *out2;
78 #define out2c(c) outc(c, out2);
Doutput.c82 struct output *out2 = &errout; variable
93 out2 = &errout;
129 outstr(p, out2); in out2str()
138 if (file == out2) in outstr()
237 doformat(out2, fmt, ap); in dprintf()
239 flushout(out2); in dprintf()
Dhistedit.c188 outfmt(out2, "sh: Can't set terminal type %s\n", term); in setterm()
189 outfmt(out2, "sh: Using dumb terminal settings.\n"); in setterm()
Dalias.c231 outfmt(out2, "alias: %s not found\n", n); in aliascmd()
Dmain.c243 showjobs(out2, SHOW_CHANGED); in cmdloop()
Dredir.c170 out2 = &memout; in redirect()
Dinput.c315 flushout(out2); in preadbuffer()
Dexec.c588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC)); in find_command()
Dinit.c1015 out2 = &errout; in reset()
Deval.c1028 out2 = &errout; in evalcommand()
Djobs.c1100 showjob(out2, thisjob, mode); in dowait()
DTOUR336 The variables out1 and out2 normally point to output and errout,
/system/core/sh/bltin/
Dbltin.h54 #define stderr out2