Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 17 of 17) sorted by relevance

/dragonfly/usr.bin/telnet/
H A Dexterns.h62 typedef char cc_t; typedef
64 typedef unsigned char cc_t; typedef
318 extern cc_t
340 extern cc_t termForw2Char;
341 extern cc_t termAytChar;
370 extern cc_t termSuspChar;
378 extern cc_t termFlushChar;
383 extern cc_t termWerasChar;
388 extern cc_t termRprntChar;
403 extern cc_t termStopChar;
[all …]
H A Dterminal.c53 cc_t termFlushChar;
59 cc_t termSuspChar;
62 cc_t termWerasChar;
65 cc_t termRprntChar;
68 cc_t termStartChar;
71 cc_t termStopChar;
74 cc_t termForw1Char;
77 cc_t termForw2Char;
80 cc_t termAytChar;
83 cc_t termForw2Char;
[all …]
H A Dsys_bsd.c266 cc_t *
378 cc_t esc; in TerminalNewMode()
506 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
611 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
625 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
628 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
633 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
H A Dtelnet.c113 cc_t escape;
114 cc_t rlogin;
116 cc_t echoc;
1080 cc_t val;
1081 cc_t *valp;
1210 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export()
1268 spcp->val = (cc_t)cp[SLC_VALUE]; in slc()
1277 spcp->val = (cc_t)cp[SLC_VALUE]; in slc()
1301 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check()
1327 slc_add_reply(unsigned char func, unsigned char flags, cc_t value) in slc_add_reply()
H A Dcommands.c206 control(cc_t c) in control()
220 if (c == (cc_t)_POSIX_VDISABLE) { in control()
833 cc_t *charp; /* where it is located at */
842 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},
949 *(ct->charp) = (cc_t)value; in setcmd()
H A DREADME563 Both telnet and telnetd now use the cc_t typedef. typedefs are
/dragonfly/libexec/telnetd/
H A Dslc.c81 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE)) in default_slc()
122 add_slc(char func, char flag, cc_t val) in add_slc()
208 process_slc(unsigned char func, unsigned char flag, cc_t val) in process_slc()
272 change_slc(char func, char flag, cc_t val) in change_slc()
285 slctab[(int)func].current.val = (cc_t)_POSIX_VDISABLE; in change_slc()
368 cc_t oldeofc = '\004';
403 if (*(slctab[i].sptr) == (cc_t)_POSIX_VDISABLE) in check_slc()
426 cc_t val; in do_opt_slc()
435 val = (cc_t)*ptr++; in do_opt_slc()
H A Dsys_term.c199 spcset(int func, cc_t *valp, cc_t **valpp) in spcset()
204 *valpp = (cc_t *)&termbuf.tc.t_eofc; in spcset()
208 *valpp = (cc_t *)&termbuf.sg.sg_erase; in spcset()
212 *valpp = (cc_t *)&termbuf.sg.sg_kill; in spcset()
216 *valpp = (cc_t *)&termbuf.tc.t_intrc; in spcset()
220 *valpp = (cc_t *)&termbuf.tc.t_quitc; in spcset()
224 *valpp = (cc_t *)&termbuf.tc.t_startc; in spcset()
228 *valpp = (cc_t *)&termbuf.tc.t_stopc; in spcset()
258 *valp = (cc_t)0; in spcset()
262 *valp = (cc_t)0; in spcset()
[all …]
H A Dext.h77 add_slc(char, char, cc_t),
79 change_slc(char, char, cc_t),
105 process_slc(unsigned char, unsigned char, cc_t),
139 spcset(int, cc_t *, cc_t **),
H A Ddefs.h95 typedef unsigned char cc_t; typedef
150 cc_t val; /* the value of the special character */
156 cc_t *sptr; /* a pointer to the char in */
H A Dstate.c196 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) { in telrcv()
216 cc_t ch; in telrcv()
226 if (ch != (cc_t)(_POSIX_VDISABLE)) in telrcv()
/dragonfly/sys/sys/
H A Dttydefaults.h104 static const cc_t ttydefchars[] = {
109 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
H A D_termios.h219 typedef unsigned char cc_t; typedef
227 cc_t c_cc[NCCS]; /* control chars */
/dragonfly/usr.bin/mail/
H A Dtty.c43 static cc_t c_erase; /* Current erase char */
44 static cc_t c_kill; /* Current kill char */
/dragonfly/crypto/openssh/
H A Dttymodes.c251 special_char_encode(cc_t c) in special_char_encode()
263 static cc_t
/dragonfly/contrib/libedit/src/
H A Dtty.c1275 tios->c_cc[c] = (cc_t)v; in tty_stty()
/dragonfly/sys/kern/
H A Dtty.c401 cc_t *cc; in ttyinput()
1681 cc_t *cc = tp->t_cc; in ttread()