Lines Matching defs:s
65 static void outstr(register char *s);
92 ttycont(int s)
102 ttystop(int s)
358 outstr(register char *s)
360 while (*s)
361 Echo(*s++);
398 register char *s;
400 for (col=Pcol, s=canonb; *s; s++)
401 switch (*s) {
410 if (isprint(*s))
470 register int s;
492 for (s = SIGINT; s <= SIGQUIT; s++)
493 if ((savesigs[s-SIGINT] = sigset(s, SIG_IGN)) == SIG_DFL)
494 sigset(s, SIG_DFL);
549 for (s = SIGINT; s <= SIGQUIT; s++)
550 sigset(s, savesigs[s-SIGINT]);