Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c123 static FILE *Ttyin = stdin; variable
621 Ttyin = fopen("/dev/tty", "r"); in findopt()
656 while ((c = getc(Ttyin)) != EOF && c != '\n') in print()