Searched refs:shl_stdout (Results 1 - 8 of 8) sorted by relevance

/external/mksh/src/
H A Dfuncs.c545 shf_puts(id, shl_stdout);
552 shf_puts(" is a", shl_stdout);
559 shf_puts(" reserved word", shl_stdout);
568 print_value_quoted(shl_stdout, tp->val.s);
573 shf_puts("n exported", shl_stdout);
575 shf_puts(" traced", shl_stdout);
577 shf_puts(" undefined", shl_stdout);
582 shf_puts(T_function, shl_stdout);
595 shf_puts(" is ", shl_stdout);
602 shf_puts(tp->val.s, shl_stdout);
[all...]
H A Dhistrap.c278 shf_fprintf(shl_stdout, "%d",
280 shf_putc('\t', shl_stdout);
285 shf_fprintf(shl_stdout, "%s\n\t", s);
289 shf_fprintf(shl_stdout, "%s\n", s);
291 shf_flush(shl_stdout);
H A Djobs.c792 shf_puts(p->command, shl_stdout);
794 shf_puts("| ", shl_stdout);
796 shf_putc('\n', shl_stdout);
797 shf_flush(shl_stdout);
922 j_print(j, how, shl_stdout);
H A Dmisc.c193 shf_puts("Current option settings\n", shl_stdout);
207 print_columns(shl_stdout, n, options_fmt_entry, &oi,
211 shf_puts(Tset, shl_stdout);
217 shf_putc('\n', shl_stdout);
H A Dexec.c1277 shf_reopen(1, SHF_WR, shl_stdout);
1281 shf_flush(shl_stdout);
H A Dmain.c1356 /* printf to shl_stdout (stdout) */
1363 internal_errorf("shl_stdout not valid");
1365 shf_vfprintf(shl_stdout, fmt, va);
1395 shf_fdopen(1, SHF_WR, shl_stdout);
H A Dsh.h833 #define shl_stdout (&shf_iob[1]) macro
H A Dedit.c2428 CTRL('[') : CTRL('X')), shl_stdout); local

Completed in 628 milliseconds