Searched refs:cc_t (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/include/
H A Dncurses_mingw.h53 typedef unsigned char cc_t; typedef
64 cc_t c_line; /* line discipline */
65 cc_t c_cc[NCCS]; /* control characters */
/freebsd-11-stable/contrib/telnet/telnet/
H A Dterminal.c59 cc_t termFlushChar;
62 cc_t termLiteralNextChar;
65 cc_t termSuspChar;
68 cc_t termWerasChar;
71 cc_t termRprntChar;
74 cc_t termStartChar;
77 cc_t termStopChar;
80 cc_t termForw1Char;
83 cc_t termForw2Char;
86 cc_t termAytCha
[all...]
H A Dexterns.h62 typedef char cc_t; typedef
64 typedef unsigned char cc_t; typedef
85 # define _POSIX_VDISABLE ((cc_t)'\377')
130 extern cc_t escape; /* Escape to command mode */
131 extern cc_t rlogin; /* Rlogin mode escape character */
133 extern cc_t echoc; /* Toggle local echoing */
301 slc_add_reply(unsigned char, unsigned char, cc_t),
337 extern cc_t
359 extern cc_t termForw2Char;
360 extern cc_t termAytCha
[all...]
H A Dsys_bsd.c270 cc_t *
308 return((cc_t *)0);
382 cc_t esc;
510 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
615 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
629 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
632 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
637 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c119 cc_t escape;
120 cc_t rlogin;
122 cc_t echoc;
1128 cc_t val;
1129 cc_t *valp;
1258 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1316 spcp->val = (cc_t)cp[SLC_VALUE];
1325 spcp->val = (cc_t)cp[SLC_VALUE];
1349 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1375 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c44 cc_t termFlushChar;
47 cc_t termLiteralNextChar;
50 cc_t termSuspChar;
53 cc_t termWerasChar;
56 cc_t termRprntChar;
59 cc_t termStartChar;
62 cc_t termStopChar;
65 cc_t termForw1Char;
68 cc_t termForw2Char;
71 cc_t termAytCha
[all...]
H A Dexterns.h49 # define _POSIX_VDISABLE ((cc_t)'\377')
87 extern cc_t escape; /* Escape to command mode */
88 extern cc_t rlogin; /* Rlogin mode escape character */
90 extern cc_t echoc; /* Toggle local echoing */
263 cc_t *tcval(int func);
329 void slc_add_reply (unsigned char, unsigned char, cc_t);
345 cc_t *tcval (int);
377 extern cc_t termSuspChar;
385 extern cc_t termFlushChar;
390 extern cc_t termWerasCha
[all...]
H A Dsys_bsd.c216 cc_t*
252 return((cc_t *)0);
327 cc_t esc;
402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
473 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
485 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
488 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c87 cc_t escape;
88 cc_t rlogin;
90 cc_t echoc;
1071 cc_t val;
1072 cc_t *valp;
1191 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1249 spcp->val = (cc_t)cp[SLC_VALUE];
1258 spcp->val = (cc_t)cp[SLC_VALUE];
1282 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1309 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h30 typedef unsigned char cc_t; typedef
55 cc_t c_line; // line discipline
56 cc_t c_cc[NCCS]; // control characters
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dext.h85 add_slc(char, char, cc_t),
87 change_slc(char, char, cc_t),
113 process_slc(unsigned char, unsigned char, cc_t),
147 spcset(int, cc_t *, cc_t **),
H A Dslc.c86 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE))
127 add_slc(char func, char flag, cc_t val)
213 process_slc(unsigned char func, unsigned char flag, cc_t val)
277 change_slc(char func, char flag, cc_t val)
290 slctab[(int)func].current.val = (cc_t)_POSIX_VDISABLE;
373 cc_t oldeofc = '\004';
408 if (*(slctab[i].sptr) == (cc_t)_POSIX_VDISABLE)
431 cc_t val;
440 val = (cc_t)*ptr++;
H A Dsys_term.c207 spcset(int func, cc_t *valp, cc_t **valpp)
212 *valpp = (cc_t *)&termbuf.tc.t_eofc;
216 *valpp = (cc_t *)&termbuf.sg.sg_erase;
220 *valpp = (cc_t *)&termbuf.sg.sg_kill;
224 *valpp = (cc_t *)&termbuf.tc.t_intrc;
228 *valpp = (cc_t *)&termbuf.tc.t_quitc;
232 *valpp = (cc_t *)&termbuf.tc.t_startc;
236 *valpp = (cc_t *)&termbuf.tc.t_stopc;
240 *valpp = (cc_t *)
[all...]
H A Ddefs.h100 typedef unsigned char cc_t; typedef
157 cc_t val; /* the value of the special character */
163 cc_t *sptr; /* a pointer to the char in */
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtokenize.c34 #define cc_t const unsigned char macro
80 cc_t * pSrc = (cc_t *) (*ppSrc + 1);
/freebsd-11-stable/sys/sys/
H A Dttydefaults.h102 static const cc_t ttydefchars[] = {
107 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
H A D_termios.h215 typedef unsigned char cc_t; typedef
223 cc_t c_cc[NCCS]; /* control chars */
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h91 cc_t val; /* the value of the special character */
97 cc_t *sptr; /* a pointer to the char in */
H A Dext.h98 int spcset (int func, cc_t *valp, cc_t **valpp);
H A Dstate.c176 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
196 cc_t ch;
206 if (ch != (cc_t)(_POSIX_VDISABLE))
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c94 cc_t old_vtime;
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c132 cc_t *cc;
148 cc_t *cc;
204 cc_t *cc = tp->t_termios.c_cc;
220 cc_t *cc = tp->t_termios.c_cc;
232 cc_t *cc = tp->t_termios.c_cc;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c101 cc_t *controlchars;
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c47 static cc_t c_erase; /* Current erase char */
48 static cc_t c_kill; /* Current kill char */
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c252 special_char_encode(cc_t c)
264 static cc_t

Completed in 219 milliseconds

12