Lines Matching defs:pit

85 static void pit(unsigned char what, char *itsname, char *sep);
319 pit(cb.c_cc[VINTR], "intr", "; ");
321 pit(cb.c_cc[VQUIT], "quit", "; ");
323 pit(cb.c_cc[VERASE], "erase", "; ");
325 pit(cb.c_cc[VKILL], "kill", "; ");
327 pit(cb.c_cc[VEOF], "eof", "; ");
329 pit(cb.c_cc[VEOL], "eol", "; ");
331 pit(cb.c_cc[VEOL2], "eol2", "; ");
333 pit(cb.c_cc[VSWTCH], "swtch", "; ");
336 pit(cb.c_cc[VSTART], "start", "; ");
338 pit(cb.c_cc[VSTOP], "stop", "; ");
340 pit(cb.c_cc[VSUSP], "susp", "; ");
342 pit(cb.c_cc[VDSUSP], "dsusp", "; ");
344 pit(cb.c_cc[VREPRINT], "rprnt", "; ");
346 pit(cb.c_cc[VDISCARD], "flush", "; ");
348 pit(cb.c_cc[VWERASE], "werase", "; ");
350 pit(cb.c_cc[VLNEXT], "lnext", "; ");
352 pit(cb.c_cc[VSTATUS], "status", "; ");
543 pit(cb.c_cc[VINTR], "intr", "; ");
544 pit(cb.c_cc[VQUIT], "quit", "; ");
545 pit(cb.c_cc[VERASE], "erase", "; ");
546 pit(cb.c_cc[VKILL], "kill", ";\n");
547 pit(cb.c_cc[VEOF], "eof", "; ");
548 pit(cb.c_cc[VEOL], "eol", "; ");
549 pit(cb.c_cc[VEOL2], "eol2", "; ");
550 pit(cb.c_cc[VSWTCH], "swtch", ";\n");
552 pit(cb.c_cc[VSTART], "start", "; ");
553 pit(cb.c_cc[VSTOP], "stop", "; ");
554 pit(cb.c_cc[VSUSP], "susp", "; ");
555 pit(cb.c_cc[VDSUSP], "dsusp", ";\n");
556 pit(cb.c_cc[VREPRINT], "rprnt", "; ");
557 pit(cb.c_cc[VDISCARD], "flush", "; ");
558 pit(cb.c_cc[VWERASE], "werase", "; ");
559 pit(cb.c_cc[VLNEXT], "lnext", ";\n");
560 pit(cb.c_cc[VSTATUS], "status", ";\n");
563 pit((unsigned)stio.tab, "ctab", "\n");
693 pit(unsigned char what, char *itsname, char *sep)