Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhpoint.cpp39 while (!Nullpoint(pt->nextpt)) in PTMakePoint()
40 pt = pt->nextpt; in PTMakePoint()
41 pt->nextpt = (POINT *) malloc(sizeof(POINT)); in PTMakePoint()
42 pt = pt->nextpt; in PTMakePoint()
47 pt->nextpt = PTInit(); in PTMakePoint()
H A Dgprint.h72 struct point *nextpt; member
86 #define PTNextPoint(pt) (pt->nextpt)