Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pr/
H A Dpr.c125 static FILE *Ttyin = stdin; variable
623 Ttyin = fopen("/dev/tty", "r"); in findopt()
658 while ((c = getc(Ttyin)) != EOF && c != '\n') in print()