Searched refs:graphname (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/preproc/pic/
H A Dpic.h123 extern char *graphname;
H A Dmain.cpp28 char *graphname; // the picture box name in TeX mode variable
225 a_delete graphname; local
226 graphname = strsave("graph"); // default picture name in TeX mode
H A Dtex.cpp127 graphname, graphname, graphname);
H A Dpic.y310 a_delete graphname;
311 graphname = new char[strlen($3) + 1];
312 strcpy(graphname, $3);

Completed in 111 milliseconds