Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dprint.c138 FILE *work_fp; /* Used to try and open the files */ in pr_heading() local
170 if ((work_fp = fopen(buffer, "rF")) == NULL) { in pr_heading()
189 if ((work_fp = fopen(buffer, "rF")) == NULL) { in pr_heading()
204 (void) fclose(work_fp); in pr_heading()