Home
last modified time | relevance | path

Searched refs:notc (Results 1 – 2 of 2) 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
779 notc.t_startc = deftc.t_startc; in doit()
780 notc.t_stopc = deftc.t_stopc; in doit()
1183 notc.t_stopc = -1; in oob()
1184 notc.t_startc = -1; in oob()
1185 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1) in oob()
1195 notc.t_stopc = deftc.t_stopc; in oob()
1196 notc.t_startc = deftc.t_startc; in oob()
1197 if (compat_ioctl(STDIN_FILENO, TIOCSETC, &notc) == -1) in oob()
1327 tc = &notc; in mode()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c727 goto notc; in def_context_tests()
736 goto notc; in def_context_tests()
739 goto notc; in def_context_tests()
748 goto notc; in def_context_tests()
763 goto notc; in def_context_tests()
765 goto notc; in def_context_tests()
770 goto notc; in def_context_tests()
772 goto notc; in def_context_tests()
779 goto notc; in def_context_tests()
782 goto notc; in def_context_tests()
[all …]