Lines Matching defs:output

62 #define	output		stderr
77 * standard output.
78 * Since their standard output is likely to be a pipe, they
79 * should not try to read the modes from the standard output.
190 (void) fprintf(output, "iuclc ");
192 (void) fprintf(output, "-iuclc ");
195 (void) fprintf(output, "olcuc ");
197 (void) fprintf(output, "-olcuc ");
199 (void) fprintf(output, "tab3 ");
202 (void) fprintf(output, "xcase ");
204 (void) fprintf(output, "-xcase ");
206 (void) fprintf(output, "stflush ");
208 (void) fprintf(output, "-stflush ");
210 (void) fprintf(output, "stwrap ");
212 (void) fprintf(output, "-stwrap ");
214 (void) fprintf(output, "stappl ");
216 (void) fprintf(output, "-stappl ");
217 (void) fprintf(output, "\n");
230 (void) fprintf(output, "markp ");
232 (void) fprintf(output, "spacep ");
235 (void) fprintf(output, "oddp ");
237 (void) fprintf(output, "evenp ");
240 (void) fprintf(output, "-parity ");
243 (void) fprintf(output, "cs%c ", '5' + (m & CSIZE)/CS6);
245 (void) fprintf(output, "cstopb ");
247 (void) fprintf(output, "hupcl ");
249 (void) fprintf(output, "-cread ");
251 (void) fprintf(output, "clocal ");
253 (void) fprintf(output, "loblk ");
254 (void) fprintf(output, "\n");
256 (void) fprintf(output, "line = %d; ", ocb.c_line);
258 (void) fprintf(output, "rows = %d; columns = %d;",
260 (void) fprintf(output, " ypixels = %d; xpixels = %d;\n",
264 (void) fprintf(output, "min = %d; time = %d;\n",
303 (void) fprintf(output, "\n");
306 (void) fprintf(output, "ignbrk ");
308 (void) fprintf(output, "-brkint ");
310 (void) fprintf(output, "-inpck ");
312 (void) fprintf(output, "-ignpar ");
314 (void) fprintf(output, "parmrk ");
316 (void) fprintf(output, "-istrip ");
318 (void) fprintf(output, "inlcr ");
320 (void) fprintf(output, "igncr ");
322 (void) fprintf(output, "-icrnl ");
324 (void) fprintf(output, "iuclc ");
326 (void) fprintf(output, "-ixon ");
328 (void) fprintf(output, "ixany ");
330 (void) fprintf(output, "ixoff ");
332 (void) fprintf(output, "imaxbel ");
335 (void) fprintf(output, "-opost ");
338 (void) fprintf(output, "olcuc ");
340 (void) fprintf(output, "-onlcr ");
342 (void) fprintf(output, "ocrnl ");
344 (void) fprintf(output, "onocr ");
346 (void) fprintf(output, "onlret ");
349 (void) fprintf(output, "del-fill ");
351 (void) fprintf(output, "nul-fill ");
355 (void) fprintf(output, "-tabs ");
362 (void) fprintf(output, "\n");
365 (void) fprintf(output, "-isig ");
367 (void) fprintf(output, "-icanon ");
369 (void) fprintf(output, "xcase ");
371 (void) fprintf(output, "-echo ");
374 (void) fprintf(output, "crt ");
376 (void) fprintf(output, "echoe -echoke ");
379 (void) fprintf(output, "-echoprt ");
382 (void) fprintf(output, "-echok ");
384 (void) fprintf(output, "echonl ");
386 (void) fprintf(output, "noflsh ");
388 (void) fprintf(output, "tostop ");
390 (void) fprintf(output, "-echoctl ");
392 (void) fprintf(output, "defecho ");
394 (void) fprintf(output, "flusho ");
396 (void) fprintf(output, "pendin ");
398 (void) fprintf(output, "iexten ");
399 (void) fprintf(output, "\n");
404 (void) fprintf(output, "rtsxoff ");
406 (void) fprintf(output, "ctsxon ");
408 (void) fprintf(output, "dterxoff ");
410 (void) fprintf(output, "rlsdxon ");
412 (void) fprintf(output, "isxoff ");
416 (void) fprintf(output, "xcibrg ");
419 (void) fprintf(output, "xctset ");
422 (void) fprintf(output, "xcrset ");
428 (void) fprintf(output, "rcibrg ");
431 (void) fprintf(output, "rctset ");
434 (void) fprintf(output, "rcrset ");
440 (void) fprintf(output, "tsetcoff ");
443 (void) fprintf(output, "tsetcrc ");
446 (void) fprintf(output, "tsetcxc ");
452 (void) fprintf(output, "rsetcoff ");
455 (void) fprintf(output, "rsetcrc ");
458 (void) fprintf(output, "rsetcxc ");
460 (void) fprintf(output, "\n");
481 (void) fprintf(output, "line = %d; ", ocb.c_line);
482 (void) fprintf(output, "\n");
484 (void) fprintf(output, "rows = %d columns = %d; ",
486 (void) fprintf(output, "ypixels = %d xpixels = %d\n",
490 (void) fprintf(output, "min = %d; time = %d;\n",
515 (void) fprintf(output, "-parenb " + ((m & PARENB) != 0));
516 (void) fprintf(output, "-parodd " + ((m & PARODD) != 0));
517 (void) fprintf(output, "cs%c ", '5'+ (m & CSIZE)/CS6);
518 (void) fprintf(output, "-cstopb " + ((m & CSTOPB) != 0));
519 (void) fprintf(output, "-hupcl " + ((m & HUPCL) != 0));
520 (void) fprintf(output, "-cread " + ((m & CREAD) != 0));
521 (void) fprintf(output, "-clocal " + ((m & CLOCAL) != 0));
523 (void) fprintf(output, "-loblk " + ((m & LOBLK) != 0));
525 (void) fprintf(output, "-parext " + ((m & PAREXT) != 0));
527 (void) fprintf(output, "\n");
529 (void) fprintf(output, "-ignbrk " + ((m & IGNBRK) != 0));
530 (void) fprintf(output, "-brkint " + ((m & BRKINT) != 0));
531 (void) fprintf(output, "-ignpar " + ((m & IGNPAR) != 0));
532 (void) fprintf(output, "-parmrk " + ((m & PARMRK) != 0));
533 (void) fprintf(output, "-inpck " + ((m & INPCK) != 0));
534 (void) fprintf(output, "-istrip " + ((m & ISTRIP) != 0));
535 (void) fprintf(output, "-inlcr " + ((m & INLCR) != 0));
536 (void) fprintf(output, "-igncr " + ((m & IGNCR) != 0));
537 (void) fprintf(output, "-icrnl " + ((m & ICRNL) != 0));
538 (void) fprintf(output, "-iuclc " + ((m & IUCLC) != 0));
539 (void) fprintf(output, "\n");
540 (void) fprintf(output, "-ixon " + ((m & IXON) != 0));
541 (void) fprintf(output, "-ixany " + ((m & IXANY) != 0));
542 (void) fprintf(output, "-ixoff " + ((m & IXOFF) != 0));
544 (void) fprintf(output, "-imaxbel " + ((m & IMAXBEL) != 0));
545 (void) fprintf(output, "\n");
547 (void) fprintf(output, "-isig " + ((m & ISIG) != 0));
548 (void) fprintf(output, "-icanon " + ((m & ICANON) != 0));
549 (void) fprintf(output, "-xcase " + ((m & XCASE) != 0));
550 (void) fprintf(output, "-echo " + ((m & ECHO) != 0));
551 (void) fprintf(output, "-echoe " + ((m & ECHOE) != 0));
552 (void) fprintf(output, "-echok " + ((m & ECHOK) != 0));
553 (void) fprintf(output, "-echonl " + ((m & ECHONL) != 0));
554 (void) fprintf(output, "-noflsh " + ((m & NOFLSH) != 0));
556 (void) fprintf(output, "\n");
557 (void) fprintf(output, "-tostop " + ((m & TOSTOP) != 0));
558 (void) fprintf(output, "-echoctl " + ((m & ECHOCTL) != 0));
559 (void) fprintf(output, "-echoprt " + ((m & ECHOPRT) != 0));
560 (void) fprintf(output, "-echoke " + ((m & ECHOKE) != 0));
561 (void) fprintf(output, "-defecho " + ((m & DEFECHO) != 0));
562 (void) fprintf(output, "-flusho " + ((m & FLUSHO) != 0));
563 (void) fprintf(output, "-pendin " + ((m & PENDIN) != 0));
564 (void) fprintf(output, "-iexten " + ((m & IEXTEN) != 0));
567 (void) fprintf(output, "-stflush " + ((m & STFLUSH) != 0));
568 (void) fprintf(output, "-stwrap " + ((m & STWRAP) != 0));
569 (void) fprintf(output, "-stappl " + ((m & STAPPL) != 0));
571 (void) fprintf(output, "\n");
573 (void) fprintf(output, "-opost " + ((m & OPOST) != 0));
574 (void) fprintf(output, "-olcuc " + ((m & OLCUC) != 0));
575 (void) fprintf(output, "-onlcr " + ((m & ONLCR) != 0));
576 (void) fprintf(output, "-ocrnl " + ((m & OCRNL) != 0));
577 (void) fprintf(output, "-onocr " + ((m & ONOCR) != 0));
578 (void) fprintf(output, "-onlret " + ((m & ONLRET) != 0));
579 (void) fprintf(output, "-ofill " + ((m & OFILL) != 0));
580 (void) fprintf(output, "-ofdel " + ((m & OFDEL) != 0));
584 (void) fprintf(output, "-tabs ");
590 (void) fprintf(output, "\n");
593 (void) fprintf(output, "-rtsxoff " + ((m & RTSXOFF) != 0));
594 (void) fprintf(output, "-ctsxon " + ((m & CTSXON) != 0));
595 (void) fprintf(output, "-dterxoff " + ((m & DTRXOFF) != 0));
596 (void) fprintf(output, "-rlsdxon " + ((m & CDXON) != 0));
597 (void) fprintf(output, "-isxoff " + ((m & ISXOFF) != 0));
601 (void) fprintf(output, "xcibrg ");
604 (void) fprintf(output, "xctset ");
607 (void) fprintf(output, "xcrset ");
613 (void) fprintf(output, "rcibrg ");
616 (void) fprintf(output, "rctset ");
619 (void) fprintf(output, "rcrset ");
625 (void) fprintf(output, "tsetcoff ");
628 (void) fprintf(output, "tsetcrc ");
631 (void) fprintf(output, "tsetcxc ");
637 (void) fprintf(output, "rsetcoff ");
640 (void) fprintf(output, "rsetcrc ");
643 (void) fprintf(output, "rsetcxc ");
646 (void) fprintf(output, "\n");
656 (void) fprintf(output, "min %d, time %d\n", cb.c_cc[VMIN],
658 (void) fprintf(output, "\
673 (void) fprintf(output, "\n");
675 (void) fprintf(output, "\
680 (void) fprintf(output, "\n");
697 (void) fprintf(output, "M-");
702 (void) fprintf(output, "^");
706 (void) fprintf(output, "^");
710 (void) fprintf(output, "%c", ch1);
713 (void) fprintf(output, "/");
718 (void) fprintf(output, " ");
729 (void) fprintf(output, "%s", itsname);
732 (void) fprintf(output, " = <undef>%s", sep);
735 (void) fprintf(output, " = ");
737 (void) fprintf(output, "-");
741 (void) fprintf(output, "^?%s", sep);
744 (void) fprintf(output, "^");
747 (void) fprintf(output, "%c%s", what, sep);
754 (void) fprintf(output, "%s%d ", s, m);
766 (void) fprintf(output, "%s%d baud; ", c, speed[s]);