Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c150 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 Ddpost.c391 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 Dpictures.c79 extern int res, hpos, vpos;
198 xymove(hpos, vpos); in picture()
/titanic_41/usr/src/cmd/troff/troff.d/
H A Ddraw.c45 #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 Dt10.c52 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 Dta.c457 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 Drdc_diskq.h42 nsc_off_t hpos; /* starting pos of orig nsc_buf_t */ member
H A Drdc_diskq.c302 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 Dn1.c1404 extern int hpos, esc, po;
1412 hpos = po;