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

/macosx-10.10/groff-38/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);
H A Dpic.cpp3919 a_delete graphname; local
3920 graphname = new char[strlen(yyvsp[0].str) + 1];
3921 strcpy(graphname, yyvsp[0].str);

Completed in 298 milliseconds