Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c37 FILE *queryfile; variable
181 if ((queryfile = fopen(im_on, "r")) == NULL) { in main()
H A Derror.h114 extern FILE *queryfile; /* where the query responses from the user come from */
H A Derrortouch.c735 if (queryfile == NULL) in inquire()
744 } while (fgets(buffer, 127, queryfile) == NULL); in inquire()