Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/error/common/
H A Derror.h116 FILE *queryfile; /* where the query responses from the user come from */ variable
H A Derrormain.c181 if ((queryfile = fopen(im_on, "r")) == NULL) { in main()
H A Derrortouch.c734 if (queryfile == NULL) in inquire()
743 } while (fgets(buffer, 127, queryfile) == NULL); in inquire()