/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 151 extern int vpos; 210 else fprintf(tf, "%d %d %d %d Dl\n", hpos + dx, vpos + dy, hpos, vpos); in drawline() 213 vgoto(vpos+dy); in drawline() 261 fprintf(tf, "%d %d %d %d De\n", hpos, vpos, a, b); in drawellip() 264 vgoto(vpos); in drawellip() 298 fprintf(tf, "%d %d %d %d %d %d Da\n", hpos, vpos, dx1, dy1, dx2, dy2); in drawarc() 299 else fprintf(tf, "%d %d %d %d %d %d DA\n", hpos+dx1+dx2, vpos+dy1+dy2, in drawarc() 303 vgoto(vpos + dy1 + dy2); in drawarc() 378 y[0] = y[1] = vpos; in drawspline() 440 fprintf(tf, "%d %d m\n", hpos, vpos); in beginpath() [all …]
|
H A D | pictures.c | 79 extern int res, hpos, vpos; 195 frame[3]+frame[1]/2, -vpos-frame[2]-frame[0]/2, frame[1], frame[0], adjx, adjy, -rot); in picture() 198 xymove(hpos, vpos); in picture()
|
H A D | dpost.c | 392 int vpos = 0; /* same but vertically */ variable 1754 hpos = vpos = 0; /* upper left corner */ in t_init() 1807 hpos = vpos = 0; /* get ready for the next page */ in t_page() 2183 vpos = n; in vgoto() 2203 vpos += n; in vmot() 2226 fprintf(tf, "%d %d m\n", hpos, vpos); in xymove() 2229 lasty = vpos; in xymove() 2363 if ( vpos != lasty ) in oput() 2587 fprintf(tf, "%d %d m\n", hpos, vpos); in endline() 2590 lasty = vpos; in endline() [all …]
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 47 #define vmot(n) vgoto(vpos + n) 50 extern int vpos; 64 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); } 83 ovpos = vpos; 169 y[0] = y[1] = vpos; 225 yc = vpos; in drawcirc() 226 conicarc(hpos + d/2, -vpos, hpos, -vpos, hpos, -vpos, d/2, d/2); in drawcirc() 249 y0 = vpos + dy1; in drawarc() 253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc() 264 yc = vpos; in drawellip() [all …]
|
H A D | t10.c | 51 int vpos = 0; /* absolute vertical position on page */ variable 421 vpos += dy; 434 vpos += dy + dy2; 441 vpos += dy; 456 vpos += dy; 548 vpos += lead; in ptlead() 550 fdprintf(ptid, "V%d\n", vpos); in ptlead() 582 vpos = 0; in newpage() 617 vpos = 0; in dostop() 627 hpos = vpos = 0; /* probably in wrong place */ in dostop()
|
H A D | ta.c | 458 int vpos; /* current vertical position (down positive) */ variable 475 hpos = vpos = 0; 502 statep->svpos = vpos; in t_push() 504 vorig = vpos; in t_push() 505 hpos = vpos = 0; in t_push() 508 hpos = vpos = 0; in t_push() 521 vpos = statep->svpos; in t_pop() 745 vpos = n; in vgoto() 754 vgoto(vpos + n); /* ignores rounding */
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 881 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);
|