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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c197 static struct tchars notc = { (char)-1, (char)-1, (char)-1, variable in typeref:struct:tchars
779 notc.t_startc = deftc.t_startc;
780 notc.t_stopc = deftc.t_stopc;
1183 notc.t_stopc = -1;
1184 notc.t_startc = -1;
1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1)
1195 notc.t_stopc = deftc.t_stopc;
1196 notc.t_startc = deftc.t_startc;
1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1)
1327 tc = &notc;
[all...]

Completed in 58 milliseconds