This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | output |
Defines | |
| #define | outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) |
| #define | out1c(c) outc(c, out1); |
| #define | out2c(c) outc(c, out2); |
| #define | OUTPUT_INCL |
Functions | |
| void | outstr () |
| void | out1str () |
| void | out2str () |
| void | outfmt () |
| void | out1fmt () |
| void | fmtstr () |
| void | doformat () |
| void | emptyoutbuf () |
| void | flushall () |
| void | flushout () |
| void | freestdout () |
| int | xwrite () |
| int | xioctl () |
Variables | |
| output | output |
| output | errout |
| output | memout |
| output * | out1 |
| output * | out2 |
|
|
Definition at line 90 of file output.h. Referenced by jobidcmd(), printentry(), and pwdcmd(). |
|
|
|
|
|
Definition at line 89 of file output.h. Referenced by beep(), clrscr(), curs_set(), doformat(), doprnt(), endwin(), evalcommand(), flash(), fmtstr(), main(), newattr(), outstr(), poscur(), and puti(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 177 of file output.c. References errout, flushout(), and output. |
|
|
|
|
|
|
|
|
Definition at line 198 of file output.c. References output::buf, ckfree, INTOFF, INTON, output::nleft, NULL, and output. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 73 of file output.c. Referenced by error(), evalcommand(), evalvar(), flushall(), main(), preadbuffer(), and synerror(). |
|
|
Definition at line 74 of file output.c. Referenced by main(). |
|
|
|
|
|
Definition at line 76 of file output.c. Referenced by out2str(). |
|
|
|
1.4.6