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

/xsrc/external/mit/xterm/dist/
H A Dmain.c2330 struct sgttyb my_sg; local in function:get_tty_erase
2331 rc = ioctl(fd, TIOCGETP, (char *) &my_sg);
2333 result = my_sg.sg_erase;

Completed in 87 milliseconds