Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp645 int pxp, pyp; /* previous point (to make lines from) */ in picurve() local
664 pyp = (y[0] + y[1]) / 2; /* point to the start of the 1st line */ in picurve()
665 tmove2(pxp, pyp); in picurve()