Home
last modified time | relevance | path

Searched refs: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
777 if (ioctl(STDIN_FILENO, TIOCGETC, (char *)&deftc) == -1) in doit()
779 notc.t_startc = deftc.t_startc; in doit()
780 notc.t_stopc = deftc.t_stopc; in doit()
983 if (c == '.' || c == deftc.t_eofc) { in writer()
1010 bol = c == defkill || c == deftc.t_eofc || in writer()
1011 c == deftc.t_intrc || c == defltc.t_suspc || in writer()
1195 notc.t_stopc = deftc.t_stopc; in oob()
1196 notc.t_startc = deftc.t_startc; in oob()
1314 tc = &deftc; in mode()