HomeSort by: relevance | last modified time | path
    Searched defs:tcrval (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
popen.c 443 int tcrval; local in function:run_command
466 if ((tcrval = tcgetattr(fileno(stdin), &ttybuf)) == -1)
476 if (tcrval != -1 && tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf) == -1)
popen.c 443 int tcrval; local in function:run_command
466 if ((tcrval = tcgetattr(fileno(stdin), &ttybuf)) == -1)
476 if (tcrval != -1 && tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf) == -1)

Completed in 21 milliseconds