Home
last modified time | relevance | path

Searched refs:termios_p (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDsh.misc.c699 xtcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in xtcsetattr() argument
703 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 && in xtcsetattr()