Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/troff.d/
H A Ddraw.c46 #define hgoto(n) hpos = n macro
64 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); }
105 hgoto(ohpos + dx);
143 hgoto(ohpos + dx);
191 hgoto(xp);
227 hgoto(xc + d); /* circle goes to right side */ in drawcirc()
266 hgoto(xc + a); in drawellip()
H A Dta.c313 hgoto(k);
718 hgoto(n) in hgoto() function
731 hgoto(hpos + n);
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c212 hgoto(hpos+dx); /* where troff expects to be */ in drawline()
263 hgoto(hpos + a); /* where troff expects to be */ in drawellip()
302 hgoto(hpos + dx1 + dx2); /* where troff expects to be */ in drawarc()
391 hgoto(x[N]); /* where troff expects to be */ in drawspline()
H A Ddpost.c593 void hgoto(int);
1162 hgoto(n); in conv()
2128 hgoto(int n) in hgoto() function
2223 hgoto(x); in xymove()