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

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A Dpostdaisy.c139 int hpos = 0; /* current horizontal */ variable
828 col = hpos/ohmi + 1;
836 lastx = hpos;
890 if ( hpos - leftmargin >= hmi )
894 lastx = hpos;
930 leftmargin = hpos;
934 rightmargin = hpos;
938 htabstops[hpos/ohmi] = ON;
941 case '8': /* clear horizontal tab at hpos */
942 htabstops[hpos/ohm
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postplot/
H A Dpostplot.c87 * Adds the line segment from (hpos, vpos) to (x, y) to the current
169 int hpos; /* current horizontal */ variable
523 hpos = getint();
533 hpos = x1;
540 fprintf(fp_out, "(%s) %d %d t\n", s, hpos, vpos);
548 hpos = getint();
550 fprintf(fp_out, "%d %d p\n", hpos, vpos);
634 fprintf(fp_out, "%d %d m\n", hpos, vpos);
638 fprintf(fp_out, "s\n%d %d m\n", hpos, vpos);
644 hpos
[all...]
/opensolaris-onvv-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 76 milliseconds