Lines Matching refs:c_cc
1260 uint8_t c_cc[SOLARIS_NCC]; /* control chars */
1284 target.c_cc[i] = 0;
1287 target.c_cc[SOLARIS_VINTR] = host->c_cc[VINTR];
1291 target.c_cc[SOLARIS_VQUIT] = host->c_cc[VQUIT];
1295 target.c_cc[SOLARIS_VERASE] = host->c_cc[VERASE];
1299 target.c_cc[SOLARIS_VKILL] = host->c_cc[VKILL];
1303 target.c_cc[SOLARIS_VEOF] = host->c_cc[VEOF];
1307 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL];
1311 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2];
1315 target.c_cc[SOLARIS_VSWTCH] = host->c_cc[VSWTCH];
1319 target.c_cc[SOLARIS_VSWTCH] = host->c_cc[VSWTC];
1339 solaris_cc_t c_cc[SOLARIS_NCCS];
1357 target.c_cc[i] = 0;
1360 target.c_cc[SOLARIS_VINTR] = host->c_cc[VINTR];
1364 target.c_cc[SOLARIS_VQUIT] = host->c_cc[VQUIT];
1368 target.c_cc[SOLARIS_VERASE] = host->c_cc[VERASE];
1372 target.c_cc[SOLARIS_VKILL] = host->c_cc[VKILL];
1376 target.c_cc[SOLARIS_VEOF] = host->c_cc[VEOF];
1380 target.c_cc[SOLARIS_VEOL] = host->c_cc[VEOL];
1384 target.c_cc[SOLARIS_VEOL2] = host->c_cc[VEOL2];
1388 target.c_cc[SOLARIS_VSWTCH] = host->c_cc[VSWTCH];
1392 target.c_cc[SOLARIS_VSWTCH] = host->c_cc[VSWTC];
1397 target.c_cc[SOLARIS_VSTART] = host->c_cc[VSTART];
1401 target.c_cc[SOLARIS_VSTOP] = host->c_cc[VSTOP];
1405 target.c_cc[SOLARIS_VSUSP] = host->c_cc[VSUSP];
1409 target.c_cc[SOLARIS_VDSUSP] = host->c_cc[VDSUSP];
1413 target.c_cc[SOLARIS_VREPRINT] = host->c_cc[VREPRINT];
1417 target.c_cc[SOLARIS_VDISCARD] = host->c_cc[VDISCARD];
1421 target.c_cc[SOLARIS_VWERASE] = host->c_cc[VWERASE];
1425 target.c_cc[SOLARIS_VLNEXT] = host->c_cc[VLNEXT];
2232 uint8_t c_cc[LINUX_NCC]; /* control chars */
2256 target.c_cc[i] = 0;
2259 target.c_cc[LINUX_VINTR] = host->c_cc[VINTR];
2263 target.c_cc[LINUX_VQUIT] = host->c_cc[VQUIT];
2267 target.c_cc[LINUX_VERASE] = host->c_cc[VERASE];
2271 target.c_cc[LINUX_VKILL] = host->c_cc[VKILL];
2275 target.c_cc[LINUX_VEOF] = host->c_cc[VEOF];
2279 target.c_cc[LINUX_VMIN] = host->c_cc[VMIN];
2283 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL];
2287 target.c_cc[LINUX_VTIME] = host->c_cc[VTIME];
2291 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2];
2295 target.c_cc[LINUX_VSWTC] = host->c_cc[VSWTC];
2299 target.c_cc[LINUX_VSWTC] = host->c_cc[VSWTCH];
2318 linux_cc_t c_cc[LINUX_NCCS];
2339 target.c_cc[i] = 0;
2342 target.c_cc[LINUX_VINTR] = host->c_cc[VINTR];
2346 target.c_cc[LINUX_VQUIT] = host->c_cc[VQUIT];
2350 target.c_cc[LINUX_VERASE] = host->c_cc[VERASE];
2354 target.c_cc[LINUX_VKILL] = host->c_cc[VKILL];
2358 target.c_cc[LINUX_VEOF] = host->c_cc[VEOF];
2362 target.c_cc[LINUX_VEOL] = host->c_cc[VEOL];
2366 target.c_cc[LINUX_VEOL2] = host->c_cc[VEOL2];
2370 target.c_cc[LINUX_VSWTC] = host->c_cc[VSWTCH];