Lines Matching defs:deftc
195 static struct tchars deftc;
777 if (ioctl(STDIN_FILENO, TIOCGETC, (char *)&deftc) == -1)
779 notc.t_startc = deftc.t_startc;
780 notc.t_stopc = deftc.t_stopc;
983 if (c == '.' || c == deftc.t_eofc) {
1010 bol = c == defkill || c == deftc.t_eofc ||
1011 c == deftc.t_intrc || c == defltc.t_suspc ||
1195 notc.t_stopc = deftc.t_stopc;
1196 notc.t_startc = deftc.t_startc;
1314 tc = &deftc;