Searched defs:deftc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c195 static struct tchars deftc; variable in typeref:struct:tchars
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;
[all...]

Completed in 288 milliseconds