Searched refs:valpp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dsys_term.c197 * spcset(func, valp, valpp)
201 * *valpp to point to where in the "termbuf" structure that
209 spcset(int func, cc_t *valp, cc_t **valpp) argument
214 *valpp = (cc_t *)&termbuf.tc.t_eofc;
218 *valpp = (cc_t *)&termbuf.sg.sg_erase;
222 *valpp = (cc_t *)&termbuf.sg.sg_kill;
226 *valpp = (cc_t *)&termbuf.tc.t_intrc;
230 *valpp = (cc_t *)&termbuf.tc.t_quitc;
234 *valpp = (cc_t *)&termbuf.tc.t_startc;
238 *valpp
287 spcset(int func, cc_t *valp, cc_t **valpp) argument
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h98 int spcset (int func, cc_t *valp, cc_t **valpp);
H A Dsys_term.c214 * spcset(func, valp, valpp)
218 * *valpp to point to where in the "termbuf" structure that
226 spcset(int func, cc_t *valp, cc_t **valpp) argument
230 *valpp = &termbuf.c_cc[a]; \
232 #define defval(a) *valp = ((cc_t)a); *valpp = (cc_t *)0; return(SLC_DEFAULT);
312 *valpp = 0;

Completed in 84 milliseconds