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

/external/mksh/src/
H A Dfuncs.c552 shf_puts(id, shl_stdout);
559 shf_puts(" is a", shl_stdout);
566 shf_puts(" reserved word", shl_stdout);
575 print_value_quoted(shl_stdout, tp->val.s);
580 shf_puts("n exported", shl_stdout);
582 shf_puts(" traced", shl_stdout);
584 shf_puts(" undefined", shl_stdout);
589 shf_puts(T_function, shl_stdout);
602 shf_puts(" is ", shl_stdout);
609 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.c840 shf_puts(p->command, shl_stdout);
842 shf_puts("| ", shl_stdout);
844 shf_putc('\n', shl_stdout);
845 shf_flush(shl_stdout);
970 j_print(j, how, shl_stdout);
H A Dmisc.c194 shf_puts("Current option settings\n", shl_stdout);
208 print_columns(shl_stdout, n, options_fmt_entry, &oi,
212 shf_puts(Tset, shl_stdout);
218 shf_putc('\n', shl_stdout);
H A Dexec.c1276 shf_reopen(1, SHF_WR, shl_stdout);
1280 shf_flush(shl_stdout);
H A Dmain.c1305 /* printf to shl_stdout (stdout) */
1312 internal_errorf("shl_stdout not valid");
1314 shf_vfprintf(shl_stdout, fmt, va);
1344 shf_fdopen(1, SHF_WR, shl_stdout);
H A Dsh.h848 #define shl_stdout (&shf_iob[1]) macro
H A Dedit.c2420 CTRL('[') : CTRL('X')), shl_stdout); local

Completed in 7861 milliseconds