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

/xsrc/external/mit/xterm/dist/
H A Dmain.c2325 TERMIO_STRUCT my_tio; local in function:get_tty_erase
2326 rc = ttyGetAttr(fd, &my_tio);
2328 result = my_tio.c_cc[VERASE];
2344 TERMIO_STRUCT my_tio; local in function:get_tty_lnext
2345 int rc = ttyGetAttr(fd, &my_tio);
2346 int result = (rc == 0) ? my_tio.c_cc[VLNEXT] : default_lnext;

Completed in 7 milliseconds