Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c44 #define hgoto(n) hpos = n macro
62 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); }
102 hgoto(ohpos + dx); in drawline()
140 hgoto(ohpos + dx); in drawline()
187 hgoto(xp); in drawwig()
223 hgoto(xc + d); /* circle goes to right side */ in drawcirc()
263 hgoto(xc + a); in drawellip()
H A Dta.c310 hgoto(k); in conv()
710 hgoto(int n) in hgoto() function
722 hgoto(hpos + n); in hmot()
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c210 hgoto(hpos+dx); /* where troff expects to be */ in drawline()
261 hgoto(hpos + a); /* where troff expects to be */ in drawellip()
300 hgoto(hpos + dx1 + dx2); /* where troff expects to be */ in drawarc()
389 hgoto(x[N]); /* where troff expects to be */ in drawspline()
H A Ddpost.c591 void hgoto(int);
1160 hgoto(n); in conv()
2126 hgoto(int n) in hgoto() function
2221 hgoto(x); in xymove()