| output.c | 88 struct output errout = {NULL, 0, 100, NULL, 2, 0 CHAIN }; variable in typeref:struct:output 91 struct output *out2 = &errout; 93 struct output *outx = &errout; 105 out2 = &errout; 299 flushout(&errout); 742 outx = &errout; 744 if (o != &errout) {
|