/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 150 extern int hpos; 210 else fprintf(tf, "%d %d %d %d Dl\n", hpos + dx, vpos + dy, hpos, vpos); in drawline() 212 hgoto(hpos+dx); /* where troff expects to be */ in drawline() 261 fprintf(tf, "%d %d %d %d De\n", hpos, vpos, a, b); in drawellip() 263 hgoto(hpos + a); /* where troff expects to be */ 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() 302 hgoto(hpos + dx1 + dx2); /* where troff expects to be */ in drawarc() 377 x[0] = x[1] = hpos; in drawspline() 440 fprintf(tf, "%d %d m\n", hpos, vpos); in beginpath() [all …]
|
H A D | dpost.c | 391 int hpos = 0; /* where troff wants to be - horizontally */ variable 1754 hpos = vpos = 0; /* upper left corner */ in t_init() 1807 hpos = vpos = 0; /* get ready for the next page */ in t_page() 1831 hpos = 0; in t_newline() 2141 hpos = n; in hgoto() 2163 hpos += n; in hmot() 2226 fprintf(tf, "%d %d m\n", hpos, vpos); in xymove() 2228 lastx = hpos; in xymove() 2368 if ( ABS(hpos - lastx) > slop ) in oput() 2422 line[1].start = hpos; in starttext() [all …]
|
H A D | pictures.c | 79 extern int res, hpos, vpos; 198 xymove(hpos, vpos); in picture()
|
/titanic_41/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 45 #define hmot(n) hpos += n 46 #define hgoto(n) hpos = n 49 extern int hpos; 82 ohpos = hpos; 168 x[0] = x[1] = hpos; 224 xc = hpos; in drawcirc() 226 conicarc(hpos + d/2, -vpos, hpos, -vpos, hpos, -vpos, d/2, d/2); in drawcirc() 248 x0 = hpos + dx1; /* center */ in drawarc() 253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc() 263 xc = hpos; in drawellip() [all …]
|
H A D | t10.c | 52 int hpos = 0; /* ditto horizontal */ variable 250 hpos = po; /* ??? */ 405 hpos += dx; 410 hpos += dx; 420 hpos += dx; 433 hpos += dx + dx2; 440 hpos += dx; 455 hpos += dx; 472 hpos += esc; 560 hpos += esc; in ptesc() [all …]
|
H A D | ta.c | 457 int hpos; /* horizontal position where we are supposed to be next (left = 0) */ variable 475 hpos = vpos = 0; 501 statep->shpos = hpos; in t_push() 503 horig = hpos; in t_push() 505 hpos = vpos = 0; in t_push() 508 hpos = vpos = 0; in t_push() 520 hpos = statep->shpos; in t_pop() 647 hpos = 0; in t_newline() 720 hpos = n; /* this is where we want to be */ in hgoto() 731 hgoto(hpos + n);
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.h | 42 nsc_off_t hpos; /* starting pos of orig nsc_buf_t */ member
|
H A D | rdc_diskq.c | 302 hd->dat.hpos = aio->pos; in rdc_fill_ioheader() 1465 hp->dat.hpos, hp->dat.len, hp->dat.flag, in rdc_clr_iohdr() 1532 hdr->dat.type, hdr->dat.pos, hdr->dat.hpos, hdr->dat.qpos, in rdc_iohdr_ok() 2082 aio->handle->sb_pos = iohdr->dat.hpos; in rdc_diskq_unqueue()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n1.c | 1404 extern int hpos, esc, po; 1412 hpos = po;
|