HomeSort by: relevance | last modified time | path
    Searched refs:shf_putchar (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
tree.c 17 #define tputc(c, shf) shf_putchar(c, shf);
616 shf_putchar(*wp++, &shf);
619 shf_putchar('$', &shf);
620 shf_putchar('(', &shf);
622 shf_putchar(*wp++, &shf);
623 shf_putchar(')', &shf);
626 shf_putchar('$', &shf);
627 shf_putchar('(', &shf);
628 shf_putchar('(', &shf);
630 shf_putchar(*wp++, &shf)
    [all...]
shf.h 17 #define shf_putc(c, shf) ((shf)->wnleft == 0 ? shf_putchar((c), (shf)) \
79 int shf_putchar ARGS((int c, struct shf *shf));
io.c 36 shf_putchar('\n', shl_out);
52 shf_putchar('\n', shl_out);
74 shf_putchar('\n', shl_out);
100 shf_putchar('\n', shl_out);
lex.c 1123 shf_putchar(*ps1++, shf);
shf.c 641 shf_putchar(c, shf) function
646 internal_errorf(1, "shf_putchar: flags %x", shf->flags);
656 internal_errorf(1, "shf_putchar: no fd");
jobs.c 663 shf_putchar('\n', shl_out);

Completed in 15 milliseconds