Lines Matching defs:cc_t
60 typedef char cc_t;
62 typedef unsigned char cc_t;
83 #define _POSIX_VDISABLE ((cc_t)'\377')
134 extern cc_t escape; /* Escape to command mode */
135 extern cc_t rlogin; /* Rlogin mode escape character */
138 extern cc_t echoc; /* Toggle local echoing */
303 extern cc_t *tcval(int);
331 extern cc_t termForw2Char;
332 extern cc_t termAytChar;
334 #define termEofCharp (cc_t *)&ntc.t_eofc
335 #define termEraseCharp (cc_t *)&nttyb.sg_erase
336 #define termFlushCharp (cc_t *)&nltc.t_flushc
337 #define termIntCharp (cc_t *)&ntc.t_intrc
338 #define termKillCharp (cc_t *)&nttyb.sg_kill
339 #define termLiteralNextCharp (cc_t *)&nltc.t_lnextc
340 #define termQuitCharp (cc_t *)&ntc.t_quitc
341 #define termSuspCharp (cc_t *)&nltc.t_suspc
342 #define termRprntCharp (cc_t *)&nltc.t_rprntc
343 #define termWerasCharp (cc_t *)&nltc.t_werasc
344 #define termStartCharp (cc_t *)&ntc.t_startc
345 #define termStopCharp (cc_t *)&ntc.t_stopc
346 #define termForw1Charp (cc_t *)&ntc.t_brkc
347 #define termForw2Charp (cc_t *)&termForw2Char
348 #define termAytCharp (cc_t *)&termAytChar
369 extern cc_t termAytChar;