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

/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dgprint.h84 #define PTNextPoint(pt) (pt->nextpt) macro
H A Dhgraph.cpp119 p2 = PTNextPoint(p1);
140 while (!Nullpoint((p1 = PTNextPoint(p1)))) {
218 while (!Nullpoint((PTNextPoint(p1)))) {
219 p1 = PTNextPoint(p1);
243 while (!Nullpoint((PTNextPoint(p1)))) {
244 p1 = PTNextPoint(p1);
553 for (npts = 1; !Nullpoint(ptr); ptr = PTNextPoint(ptr), npts++) {

Completed in 43 milliseconds