Searched refs:Ttyin (Results 1 – 1 of 1) sorted by relevance
125 static FILE *Ttyin = stdin; variable623 Ttyin = fopen("/dev/tty", "r"); in findopt()658 while ((c = getc(Ttyin)) != EOF && c != '\n') in print()