Home
last modified time | relevance | path

Searched refs:PTNextPoint (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp121 p2 = PTNextPoint(p1); in HGPrintElt()
142 while (!Nullpoint((p1 = PTNextPoint(p1)))) { in HGPrintElt()
220 while (!Nullpoint((PTNextPoint(p1)))) { in HGPrintElt()
221 p1 = PTNextPoint(p1); in HGPrintElt()
245 while (!Nullpoint((PTNextPoint(p1)))) { in HGPrintElt()
246 p1 = PTNextPoint(p1); in HGPrintElt()
555 for (npts = 1; !Nullpoint(ptr); ptr = PTNextPoint(ptr), npts++) { in drawwig()
H A Dgprint.h86 #define PTNextPoint(pt) (pt->nextpt) macro