Searched refs:out2 (Results 1 – 13 of 13) sorted by relevance
/system/core/sh/ |
D | output.h | 54 extern struct output *out2; 78 #define out2c(c) outc(c, out2);
|
D | output.c | 82 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()
|
D | histedit.c | 188 outfmt(out2, "sh: Can't set terminal type %s\n", term); in setterm() 189 outfmt(out2, "sh: Using dumb terminal settings.\n"); in setterm()
|
D | alias.c | 231 outfmt(out2, "alias: %s not found\n", n); in aliascmd()
|
D | main.c | 243 showjobs(out2, SHOW_CHANGED); in cmdloop()
|
D | redir.c | 170 out2 = &memout; in redirect()
|
D | input.c | 315 flushout(out2); in preadbuffer()
|
D | exec.c | 588 outfmt(out2, "%s: %s\n", name, errmsg(e, E_EXEC)); in find_command()
|
D | init.c | 1015 out2 = &errout; in reset()
|
D | eval.c | 1028 out2 = &errout; in evalcommand()
|
D | jobs.c | 1100 showjob(out2, thisjob, mode); in dowait()
|
D | TOUR | 336 The variables out1 and out2 normally point to output and errout,
|
/system/core/sh/bltin/ |
D | bltin.h | 54 #define stderr out2
|