Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c149 extern int vpos;
208 else fprintf(tf, "%d %d %d %d Dl\n", hpos + dx, vpos + dy, hpos, vpos); in drawline()
211 vgoto(vpos+dy); in drawline()
259 fprintf(tf, "%d %d %d %d De\n", hpos, vpos, a, b); in drawellip()
262 vgoto(vpos); in drawellip()
296 fprintf(tf, "%d %d %d %d %d %d Da\n", hpos, vpos, dx1, dy1, dx2, dy2); in drawarc()
297 else fprintf(tf, "%d %d %d %d %d %d DA\n", hpos+dx1+dx2, vpos+dy1+dy2, in drawarc()
301 vgoto(vpos + dy1 + dy2); in drawarc()
376 y[0] = y[1] = vpos; in drawspline()
438 fprintf(tf, "%d %d m\n", hpos, vpos); in beginpath()
[all …]
H A Ddpost.c390 int vpos = 0; /* same but vertically */ variable
1752 hpos = vpos = 0; /* upper left corner */ in t_init()
1805 hpos = vpos = 0; /* get ready for the next page */ in t_page()
2181 vpos = n; in vgoto()
2201 vpos += n; in vmot()
2224 fprintf(tf, "%d %d m\n", hpos, vpos); in xymove()
2227 lasty = vpos; in xymove()
2361 if ( vpos != lasty ) in oput()
2585 fprintf(tf, "%d %d m\n", hpos, vpos); in endline()
2588 lasty = vpos; in endline()
[all …]
H A Dpictures.c76 extern int res, hpos, vpos;
192 frame[3]+frame[1]/2, -vpos-frame[2]-frame[0]/2, frame[1], frame[0], adjx, adjy, -rot); in picture()
195 xymove(hpos, vpos); in picture()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c45 #define vmot(n) vgoto(vpos + n)
48 extern int vpos;
62 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); }
80 ovpos = vpos; in drawline()
165 y[0] = y[1] = vpos; in drawwig()
221 yc = vpos; in drawcirc()
222 conicarc(hpos + d/2, -vpos, hpos, -vpos, hpos, -vpos, d/2, d/2); in drawcirc()
246 y0 = vpos + dy1; in drawarc()
250 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc()
261 yc = vpos; in drawellip()
[all …]
H A Dt10.c49 int vpos = 0; /* absolute vertical position on page */ variable
419 vpos += dy;
432 vpos += dy + dy2;
439 vpos += dy;
454 vpos += dy;
546 vpos += lead; in ptlead()
548 fdprintf(ptid, "V%d\n", vpos); in ptlead()
580 vpos = 0; in newpage()
616 vpos = 0; in dostop()
626 hpos = vpos = 0; /* probably in wrong place */ in dostop()
H A Dta.c454 int vpos; /* current vertical position (down positive) */ variable
470 hpos = vpos = 0; in t_init()
497 statep->svpos = vpos; in t_push()
499 vorig = vpos; in t_push()
500 hpos = vpos = 0; in t_push()
503 hpos = vpos = 0; in t_push()
516 vpos = statep->svpos; in t_pop()
736 vpos = n; in vgoto()
744 vgoto(vpos + n); /* ignores rounding */ in vmot()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c881 unsigned long vpos, vcount; local
883 …if ( LDAP_SUCCESS != ldap_parse_virtuallist_control(ld,ctrl_response_array,&vpos, &vcount,&vresult…
896 printf(gettext("index %lu content count %lu\n"), vpos, vcount);