Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dpopen.c443 int tcrval; in run_command() local
466 if ((tcrval = tcgetattr(fileno(stdin), &ttybuf)) == -1) in run_command()
476 if (tcrval != -1 && tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf) == -1) in run_command()