Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c186 static FILE *pg_stdin; variable
793 (void) fclose(pg_stdin); in command()
1048 return (fgetwc(pg_stdin)); in readch()
1623 pg_stdin = fdopen(dup(fileno(stdout)), "r"); in terminit()