Home
last modified time | relevance | path

Searched refs:CNUL (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/ttymon/
H A Dtmterm.c102 termios.c_cc[VEOL] = CNUL;
158 termio.c_cc[VEOL] = CNUL;
H A Dstty.c328 if (cb.c_cc[VEOL] != CNUL) in prmodes()
330 if (cb.c_cc[VEOL2] != CNUL) in prmodes()
H A Dsttyparse.c149 cb->c_cc[VEOL] = CNUL;
156 cb->c_cc[VEOL] = CNUL;
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h102 #define CNUL 0 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h102 #define CNUL 0 macro
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c149 cb->c_cc[VEOL] = CNUL;
157 cb->c_cc[VEOL] = CNUL;
H A Dstty.c277 if (cb.c_cc[VEOL] != CNUL) in prmodes()
279 if (cb.c_cc[VEOL2] != CNUL) in prmodes()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h155 #define CNUL 0 macro
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c383 ttymodes.c_cc[VEOL] = CNUL; in sanitize_tty()
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c3920 *obp->b_wptr++ = CNUL; in ldterm_output_msg()