Home
last modified time | relevance | path

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

/netbsd-src/libexec/telnetd/
H A Dslc.c54 void process_slc(u_int, u_int, cc_t);
92 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE)) in default_slc()
133 add_slc(char func, char flag, cc_t val) in add_slc()
221 process_slc(u_int func, u_int flag, cc_t val) in process_slc()
285 change_slc(int func, int flag, cc_t val) in change_slc()
298 slctab[func].current.val = (cc_t)_POSIX_VDISABLE; in change_slc()
381 cc_t oldeofc = '\004';
416 if (*(slctab[i].sptr) == (cc_t)_POSIX_VDISABLE) in check_slc()
439 cc_t val; in do_opt_slc()
448 val = (cc_t)*ptr++; in do_opt_slc()
H A Dext.h81 add_slc(char, char, cc_t),
83 change_slc(int, int, cc_t),
139 spcset(int, cc_t *, cc_t **),
H A Dsys_term.c119 spcset(int func, cc_t *valp, cc_t **valpp) in spcset()
125 #define defval(a) *valp = ((cc_t)a); *valpp = (cc_t *)0; return(SLC_DEFAULT); in spcset()
H A Ddefs.h98 cc_t val; /* the value of the special character */
104 cc_t *sptr; /* a pointer to the char in */
H A Dstate.c185 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) { in telrcv()
205 cc_t ch; in telrcv()
215 if (ch != (cc_t)(_POSIX_VDISABLE)) in telrcv()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dtermios.d136 alias ubyte cc_t; in version() local
148 cc_t c_line; in version()
149 cc_t[NCCS] c_cc; in version()
234 alias ubyte cc_t; in version() local
246 cc_t[NCCS] c_cc; in version()
331 alias ubyte cc_t; in version() local
343 cc_t[NCCS] c_cc; in version()
428 alias ubyte cc_t; in version() local
440 cc_t[NCCS] c_cc; in version()
525 alias ubyte cc_t; in version() local
[all …]
/netbsd-src/usr.bin/telnet/
H A Dexterns.h58 # define _POSIX_VDISABLE ((cc_t)'\377')
97 extern cc_t escape; /* Escape to command mode */
98 extern cc_t rlogin; /* Rlogin mode escape character */
100 extern cc_t echoc; /* Toggle local echoing */
247 cc_t *tcval(int);
284 void slc_add_reply(unsigned int, unsigned int, cc_t);
H A Dsys_bsd.c184 cc_t *
208 return((cc_t *)0); in tcval()
248 cc_t esc; in TerminalNewMode()
391 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode()
403 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
406 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
H A Dtelnet.c116 cc_t escape;
117 cc_t rlogin;
119 cc_t echoc;
1125 cc_t val;
1126 cc_t *valp;
1245 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export()
1303 spcp->val = (cc_t)cp[SLC_VALUE]; in slc()
1312 spcp->val = (cc_t)cp[SLC_VALUE]; in slc()
1336 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check()
1362 slc_add_reply(unsigned int func, unsigned int flags, cc_t value) in slc_add_reply()
H A Dcommands.c127 static const char *control(cc_t);
264 control(cc_t c) in control()
278 if (c == (cc_t)_POSIX_VDISABLE) { in control()
876 cc_t *charp; /* where it is located at */
885 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},
915 static cc_t
918 return (cc_t)((s && *s) ? special(s) : _POSIX_VDISABLE); in getcc()
998 *(ct->charp) = (cc_t)value; in setcmd()
1315 escape = (cc_t)arg[0]; in setescape()
/netbsd-src/sys/sys/
H A Dttydefaults.h89 const cc_t ttydefchars[NCCS] = {
113 extern const cc_t ttydefchars[NCCS];
H A Dtermios.h189 typedef unsigned char cc_t; typedef
197 cc_t c_cc[NCCS]; /* control chars */
/netbsd-src/usr.bin/mail/
H A Dtty.c57 static cc_t c_erase; /* Current erase char */
58 static cc_t c_kill; /* Current kill char */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dioctl.d119 cc_t c_line; in version()
120 cc_t[NCCS] c_cc; in version()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Dexcallback.c99 cc_t old_vtime;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Dexcallback.c99 cc_t old_vtime;
/netbsd-src/bin/stty/
H A Dcchar.c140 ip->t.c_cc[cp->sub] = (cc_t)val; in csearch()
/netbsd-src/libexec/getty/
H A Dsubr.c155 static cc_t *
/netbsd-src/lib/libedit/
H A Dtty.c1275 tios->c_cc[c] = (cc_t)v; in tty_stty()