Lines Matching defs:output

108  * Flag which indicates raw mode output.
137 * default "cooked" to provide more human-friendly output.
231 static void output (FILE *, const char *, const char *);
311 "do raw mode variable output" },
314 "do cooked mode variable output" },
353 #define MAXOUTLINE 72 /* maximum length of an output line */
1652 * If command prefixed by '~', then quiet output
1718 } else if (executeonly) { /* Redirect all output to null */
1721 (void) fprintf(stderr, "***Error redirecting output to /dev/null: ");
2799 * raw - set raw mode output
2814 * cooked - set cooked mode output
3463 * just output the character.
3477 * Global data used by the cooked output routines
3479 int out_chars; /* number of characters output */
3480 int out_linecount; /* number of characters output on this line */
3484 * startoutput - get ready to do cooked output
3495 * output - output a variable=value combination
3498 output(
3529 * endoutput - terminate a block of cooked output
3542 * outputarr - output an array of values
3584 output(fp, name, buf);
3650 * cookedprint - output variables in cooked mode
3696 output(fp, name, prettydate(&lfp));
3704 output(fp, name, nntohost(&hval));
3706 output(fp, name, stoa(&hval));
3718 * and output them as text.
3726 output(fp, name, refid_buf);
3728 output(fp, name, refnumtoa(&hval));
3731 output(fp, name, stoa(&hval));
3736 output(fp, name, refid_buf);
3740 output(fp, name, value);
3757 output(fp, name, b);
3766 output(fp, name, b);
3782 output(fp, name, tstflags(uval));
3791 output(fp, name, bv);
3793 output_raw = '*'; /* output as-is */
3816 output(fp, bn, bv);