Lines Matching refs:c_cc

1068 	FROM_COMPAT_CHAR(termiosp->c_cc[VERASE], csp->t_erase);  in from_compat()
1069 FROM_COMPAT_CHAR(termiosp->c_cc[VKILL], csp->t_kill); in from_compat()
1070 FROM_COMPAT_CHAR(termiosp->c_cc[VINTR], csp->t_intrc); in from_compat()
1071 FROM_COMPAT_CHAR(termiosp->c_cc[VQUIT], csp->t_quitc); in from_compat()
1072 FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc); in from_compat()
1073 FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc); in from_compat()
1074 termiosp->c_cc[VEOL2] = 0; in from_compat()
1075 FROM_COMPAT_CHAR(termiosp->c_cc[VSUSP], csp->t_suspc); in from_compat()
1077 FROM_COMPAT_CHAR(termiosp->c_cc[VDSUSP], csp->t_dsuspc); in from_compat()
1078 FROM_COMPAT_CHAR(termiosp->c_cc[VREPRINT], csp->t_rprntc); in from_compat()
1079 FROM_COMPAT_CHAR(termiosp->c_cc[VDISCARD], csp->t_flushc); in from_compat()
1080 FROM_COMPAT_CHAR(termiosp->c_cc[VWERASE], csp->t_werasc); in from_compat()
1081 FROM_COMPAT_CHAR(termiosp->c_cc[VLNEXT], csp->t_lnextc); in from_compat()
1082 termiosp->c_cc[VSTATUS] = 0; in from_compat()
1121 if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0) in from_compat()
1201 FROM_COMPAT_CHAR(termiosp->c_cc[VEOF], csp->t_eofc); in from_compat()
1202 FROM_COMPAT_CHAR(termiosp->c_cc[VEOL], csp->t_brkc); in from_compat()
1204 termiosp->c_cc[VMIN] = 1; in from_compat()
1205 termiosp->c_cc[VTIME] = 0; in from_compat()
1227 TO_COMPAT_CHAR(csp->t_erase, termiosp->c_cc[VERASE]); in to_compat()
1228 TO_COMPAT_CHAR(csp->t_kill, termiosp->c_cc[VKILL]); in to_compat()
1229 TO_COMPAT_CHAR(csp->t_intrc, termiosp->c_cc[VINTR]); in to_compat()
1230 TO_COMPAT_CHAR(csp->t_quitc, termiosp->c_cc[VQUIT]); in to_compat()
1231 TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]); in to_compat()
1232 TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]); in to_compat()
1233 TO_COMPAT_CHAR(csp->t_suspc, termiosp->c_cc[VSUSP]); in to_compat()
1234 TO_COMPAT_CHAR(csp->t_dsuspc, termiosp->c_cc[VDSUSP]); in to_compat()
1235 TO_COMPAT_CHAR(csp->t_rprntc, termiosp->c_cc[VREPRINT]); in to_compat()
1236 TO_COMPAT_CHAR(csp->t_flushc, termiosp->c_cc[VDISCARD]); in to_compat()
1237 TO_COMPAT_CHAR(csp->t_werasc, termiosp->c_cc[VWERASE]); in to_compat()
1238 TO_COMPAT_CHAR(csp->t_lnextc, termiosp->c_cc[VLNEXT]); in to_compat()
1347 TO_COMPAT_CHAR(csp->t_eofc, termiosp->c_cc[VEOF]); in to_compat()
1348 TO_COMPAT_CHAR(csp->t_brkc, termiosp->c_cc[VEOL]); in to_compat()
1350 termiosp->c_cc[VMIN] = 1; in to_compat()
1351 termiosp->c_cc[VTIME] = 0; in to_compat()