Searched refs:cc_t (Results 1 – 10 of 10) sorted by relevance
58 typedef char cc_t; typedef60 typedef unsigned char cc_t;81 #define _POSIX_VDISABLE ((cc_t)'\377')132 extern cc_t escape; /* Escape to command mode */133 extern cc_t rlogin; /* Rlogin mode escape character */136 extern cc_t echoc; /* Toggle local echoing */301 extern cc_t *tcval(int);329 extern cc_t termForw2Char;330 extern cc_t termAytChar;332 #define termEofCharp (cc_t *)&ntc.t_eofc[all …]
64 cc_t termAytChar;66 cc_t termForw2Char;67 cc_t termAytChar;
203 cc_t *229 return ((cc_t *)0);285 cc_t esc;421 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);492 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);504 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))506 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))510 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
123 cc_t escape;124 cc_t rlogin;127 cc_t echoc;192 static void slc_add_reply(unsigned char, unsigned char, cc_t);1182 cc_t val;1183 cc_t *valp;1321 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export()1381 spcp->val = (cc_t)cp[SLC_VALUE];1390 spcp->val = (cc_t)cp[SLC_VALUE];1414 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check()[all …]
286 control(cc_t c) in control()300 if (c == (cc_t)_POSIX_VDISABLE) { in control()326 esc_control(cc_t c) in esc_control()974 cc_t *charp; /* where it is located at */985 (cc_t *)NetTraceFile},1107 *(ct->charp) = (cc_t)value;
175 newstuff.c_cc[VMIN] = (cc_t) vmin; in __m_tty_override_mode()176 newstuff.c_cc[VTIME] = (cc_t) vtime; in __m_tty_override_mode()
87 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths; in halfdelay()
82 typedef unsigned char cc_t; typedef93 cc_t c_cc[NCCS]; /* control chars */
513 new_termios.c_cc[i - 4] = (cc_t)val; in ttyinit()
345 LEXTERN int m_stty_cc (cc_t* cp, char *str);