Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddraw.c211 vgoto(vpos+dy); in drawline()
262 vgoto(vpos); in drawellip()
301 vgoto(vpos + dy1 + dy2); in drawarc()
390 vgoto(y[N]); in drawspline()
H A Ddpost.c618 void vgoto(int);
1173 vgoto(n); in conv()
2170 vgoto(int n) in vgoto() function
2222 vgoto(y); in xymove()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c159 vgoto(WECHO, 0);
188 vgoto(WECHO, 0);
217 vgoto(WECHO, 0); flusho(); in fixech()
302 vgoto(destline, destcol); in vcsync()
313 vgoto(WECHO, x); in vgotoCL()
315 vgoto(LINE(vcline), x); in vgotoCL()
381 vgoto(saveline, savecol); in vshowmode()
389 vgoto(int y, int x) in vgoto() function
1358 vgoto(destline, destcol);
1486 vgoto(i, stcol);
H A Dex_vadj.c264 vgoto(p, 0), vputp(clr_eos, cnt); in vinslin()
274 vgoto(p, 0), vputp(scroll_reverse, 0); in vinslin()
292 vgoto(p, 0); in vinslin()
310 vgoto(outline+1, 0); in vinslin()
782 vgoto(p, 0); in vdellin()
1105 vgoto(WBOT, 0), viprintf("%6d ", lineDOT()); in sethard()
H A Dex_cmds2.c633 vgoto(WECHO, 0); in vcontin()
686 vgoto(WECHO, 0); in vnfl()
H A Dex_unix.c240 vgoto(WECHO, 0); in unix0()
248 vgoto(WECHO, 0); in unix0()
H A Dex_v.c282 vgoto(WECHO, 0); in ovend()
284 vgoto(WECHO, 0); in ovend()
H A Dex_vops3.c426 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1); in lsmatch()
429 vgoto(l, c); in lsmatch()
H A Dex_vget.c272 vgoto(WECHO, 0);
275 vgoto(WECHO, 1);
H A Dex_vops2.c924 vgoto(destline - 1, WCOLS + destcol - 1); in back1()
1114 vgoto(y, x);
1137 vgoto(y, x);
H A Dex_temp.c596 vgoto(WECHO, 0); in putreg()
603 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
H A Dex_voper.c958 vgoto(WECHO, 0); in warnf()
969 vgoto(saveline, savecol); in warnf()
H A Dex_vops.c443 vgoto(LINE(0), 0); in vdelete()
847 vgoto(WECHO, 0); flusho(); in vfilter()
H A Dex_vmain.c1273 vgoto(sdl, sdc);
1433 vgoto(outline, 0);
H A Dex_vwind.c318 splitw = 1, vgoto(WECHO, 0); in vreset()
H A Dex.h568 void vgoto(int, int);
H A Dex_cmds.c644 vgoto(WECHO, 0);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c45 #define vmot(n) vgoto(vpos + n)
91 vgoto(ovpos + dy); in drawline()
141 vgoto(ovpos + dy); in drawline()
188 vgoto(yp); in drawwig()
224 vgoto(yc); in drawcirc()
264 vgoto(yc); in drawellip()
H A Dta.c328 vgoto(n); in conv()
734 vgoto(int n) in vgoto() function
744 vgoto(vpos + n); /* ignores rounding */ in vmot()