OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttyinf
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
tty_subs.c
70
static FILE *
ttyinf
= NULL; /* input pointing at control tty */
variable in typeref:typename:FILE *
85
if ((
ttyinf
= fdopen(ttyfd, "r")) != NULL)
130
if ((--len <= 0) || (
ttyinf
== NULL) || (fgets(str,len,
ttyinf
) == NULL))
/src/usr.bin/pr/
pr.c
106
static FILE *
ttyinf
; /* input terminal for page pauses */
variable in typeref:typename:FILE *
1465
while ((c = getc(
ttyinf
)) != '\n' && c != EOF)
1638
ttyinf
= stdin;
1894
if ((
ttyinf
= fopen("/dev/tty", "r")) == NULL) {
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025