Searched refs:hpos (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c84 * x = hpos + dx1' + dx2'
91 * where primed values represent the drawarc() arguments and (hpos, vpos)
150 extern int hpos;
197 /* endpoint is (hpos+dx, vpos+dy) */
202 * Draws a line from (hpos, vpos) to (hpos+dx, vpos+dy), and leaves the current
210 else fprintf(tf, "%d %d %d %d Dl\n", hpos + dx, vpos + dy, hpos, vpos);
212 hgoto(hpos+dx); /* where troff expects to be */
261 fprintf(tf, "%d %d %d %d De\n", hpos, vpo
[all...]
H A Ddpost.c391 int hpos = 0; /* where troff wants to be - horizontally */ variable
1319 /* xymove(hpos, vpos); ul90-22006 */
1754 hpos = vpos = 0; /* upper left corner */
1807 hpos = vpos = 0; /* get ready for the next page */
1831 hpos = 0;
2141 hpos = n;
2157 * in hpos, is changed by n units. Usually called right before we're supposed to
2163 hpos += n;
2226 fprintf(tf, "%d %d m\n", hpos, vpos);
2228 lastx = hpos;
[all...]
H A Dpictures.c79 extern int res, hpos, vpos;
198 xymove(hpos, vpos);
/illumos-gate/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;
226 conicarc(hpos + d/2, -vpos, hpos, -vpos, hpos, -vpos, d/2, d/2);
248 x0 = hpos
[all...]
H A Dt10.c52 int hpos = 0; /* ditto horizontal */ variable
250 hpos = po; /* ??? */
278 fdprintf(ptid, "x xxx end of line: hpos=%d, vpos=%d\n", hpos, vpos);
405 hpos += dx;
410 hpos += dx;
420 hpos += dx;
433 hpos += dx + dx2;
440 hpos += dx;
455 hpos
[all...]
H A Dta.c457 int hpos; /* horizontal position where we are supposed to be next (left = 0) */ variable
460 int horig; /* h origin of current block; hpos rel to this */
475 hpos = vpos = 0;
501 statep->shpos = hpos;
503 horig = hpos;
505 hpos = vpos = 0;
508 hpos = vpos = 0;
520 hpos = statep->shpos;
647 hpos = 0;
720 hpos
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h42 nsc_off_t hpos; /* starting pos of orig nsc_buf_t */ member in struct:qentry
H A Drdc_diskq.c302 hd->dat.hpos = aio->pos;
1463 " qpos %d hpos %d len %d flag 0x%x iostatus %x setid %d",
1465 hp->dat.hpos, hp->dat.len, hp->dat.flag,
1530 " hpos %" NSC_SZFMT " qpos %" NSC_SZFMT " len %" NSC_SZFMT
1532 hdr->dat.type, hdr->dat.pos, hdr->dat.hpos, hdr->dat.qpos,
2082 aio->handle->sb_pos = iohdr->dat.hpos;

Completed in 285 milliseconds