Searched refs:vgoto (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c213 vgoto(vpos+dy);
264 vgoto(vpos);
303 vgoto(vpos + dy1 + dy2);
392 vgoto(y[N]);
H A Ddpost.c620 void vgoto(int);
1175 vgoto(n);
2172 vgoto(int n) function
2185 } /* End of vgoto */
2224 vgoto(y);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c47 #define vmot(n) vgoto(vpos + n)
94 vgoto(ovpos + dy);
144 vgoto(ovpos + dy);
192 vgoto(yp);
228 vgoto(yc);
267 vgoto(yc);
H A Dta.c331 vgoto(n);
743 vgoto(n) function
754 vgoto(vpos + n); /* ignores rounding */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c161 vgoto(WECHO, 0);
190 vgoto(WECHO, 0);
219 vgoto(WECHO, 0); flusho();
304 vgoto(destline, destcol);
315 vgoto(WECHO, x);
317 vgoto(LINE(vcline), x);
383 vgoto(saveline, savecol);
391 vgoto(int y, int x) function
405 error("Internal error: vgoto");
1360 vgoto(destlin
[all...]
H A Dex_cmds2.c635 vgoto(WECHO, 0);
688 vgoto(WECHO, 0);
H A Dex_unix.c240 vgoto(WECHO, 0);
248 vgoto(WECHO, 0);
H A Dex_v.c284 vgoto(WECHO, 0);
286 vgoto(WECHO, 0);
H A Dex_vops3.c426 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1);
429 vgoto(l, c);
H A Dex_vadj.c264 vgoto(p, 0), vputp(clr_eos, cnt);
274 vgoto(p, 0), vputp(scroll_reverse, 0);
292 vgoto(p, 0);
310 vgoto(outline+1, 0);
782 vgoto(p, 0);
1105 vgoto(WBOT, 0), viprintf("%6d ", lineDOT());
H A Dex_vget.c272 vgoto(WECHO, 0);
275 vgoto(WECHO, 1);
H A Dex_temp.c597 vgoto(WECHO, 0);
604 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1;
H A Dex_vmain.c1276 vgoto(sdl, sdc);
1436 vgoto(outline, 0);
H A Dex_voper.c957 vgoto(WECHO, 0);
968 vgoto(saveline, savecol);
H A Dex_vops.c443 vgoto(LINE(0), 0);
713 vgoto(outline, value(vi_NUMBER) << 3);
847 vgoto(WECHO, 0); flusho();
H A Dex_vwind.c318 splitw = 1, vgoto(WECHO, 0);
H A Dex_vops2.c917 * backwards around end of lines (vgoto can't hack columns which are
924 vgoto(destline - 1, WCOLS + destcol - 1);
1114 vgoto(y, x);
1137 vgoto(y, x);
H A Dex.h568 void vgoto(int, int);
H A Dex_cmds.c642 vgoto(WECHO, 0);

Completed in 177 milliseconds