Searched refs:gremlinfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dhdb.cpp23 extern char gremlinfile[]; /* name of file currently reading */
95 if (strcmp(string, "gremlinfile")) {
97 error("`%1' is not a gremlin file", gremlinfile);
112 error("`%1', error in file format", gremlinfile);
H A Dmain.cpp211 char gremlinfile[MAXINLINE]; /* filename to use for a picture */ variable
443 gremlinfile[0] = 0; /* filename is `null' */
502 if (!gremlinfile[0]) {
508 gfp = macro_path.open_file(gremlinfile, &path);
856 strcpy(gremlinfile, str2);

Completed in 103 milliseconds