Home
last modified time | relevance | path

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

12

/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/
H A Ddraw.c55 #define vmot(n) vgoto(vpos + n)
75 extern void vgoto(int);
115 vgoto(ovpos + dy); in drawline()
165 vgoto(ovpos + dy); in drawline()
210 vgoto(yp); in drawwig()
243 vgoto(yc); in drawcirc()
278 vgoto(yc); in drawellip()
H A Dta.c183 void vgoto(int);
395 vgoto(n); in conv()
763 vgoto(int n) in vgoto() function
771 vgoto(vpos + n); /* ignores rounding */ in vmot()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Ddraw.c221 vgoto(vpos+dy); in drawline()
283 vgoto(vpos); in drawellip()
330 vgoto(vpos + dy1 + dy2); in drawarc()
423 vgoto(y[N]); in drawspline()
H A Dgen.h120 void vgoto(int);
/dports/editors/2bsd-vi/ex-050325/
H A Dex_vput.c202 vgoto(WECHO, 0); in vclrech()
216 vgoto(WECHO, 0); in vclrech()
245 vgoto(WECHO, 0); flusho(); in fixech()
330 vgoto(destline, destcol); in vcsync()
341 vgoto(WECHO, x); in vgotoCL()
343 vgoto(LINE(vcline), x); in vgotoCL()
363 vgoto(register int y, register int x) in vgoto() function
859 vgoto(WECHO, 0); in vneedpos()
1380 vgoto(destline, destcol); in vputchar()
1528 vgoto(i, stcol); in physdc()
H A Dex_vops2.c185 vgoto(WECHO, TCOLUMNS - 20); in showmode()
215 vgoto(sdl, sdc); in showmode()
564 vgoto(destline - 1, WCOLS + destcol - 1); in back1()
766 vgoto(y, x); in vgetline()
787 vgoto(y, x); in vgetline()
H A Dex_vadj.c309 vgoto(p, 0), vputp(CD, cnt); in vinslin()
319 vgoto(p, 0), vputp(SR, 0); in vinslin()
337 vgoto(p, 0); in vinslin()
355 vgoto(outline+1, 0); in vinslin()
821 vgoto(p, 0); in vdellin()
1144 vgoto(WBOT, 0), printf("%6d ", lineDOT()); in sethard()
H A Dex_unix.c195 vgoto(WECHO, 0); in unix0()
203 vgoto(WECHO, 0); in unix0()
H A Dex_v.c240 vgoto(WECHO, 0); in ovend()
242 vgoto(WECHO, 0); in ovend()
H A Dex_cmds2.c610 vgoto(WECHO, 0); in vcontin()
665 vgoto(WECHO, 0); in vnfl()
H A Dex_vops3.c443 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1);
446 vgoto(l, c);
H A Dex_vget.c418 vgoto(WECHO, 0); in readecho()
421 vgoto(WECHO, 1); in readecho()
H A Dex_temp.c588 vgoto(WECHO, 0); in putreg()
595 splitw++; vclean(); vgoto(WECHO, 0); vreg = -1; in putreg()
H A Dex_vmain.c1168 vgoto(sdl, sdc); in vmain()
1317 vgoto(outline, 0); in vzop()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dplsvg.c38 void hgoto(double), vgoto(double), hmot(double), vmot(double);
125 vgoto(yconv(y)); in move()
131 vgoto(v); in movehv()
149 void vgoto(double n) in vgoto() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dpltroff.c38 void hgoto(double), vgoto(double), hmot(double), vmot(double);
118 vgoto(yconv(y)); in move()
124 vgoto(v); in movehv()
142 void vgoto(double n) in vgoto() function
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dpltroff.c50 void hgoto(double), vgoto(double), hmot(double), vmot(double);
131 vgoto(yconv(y)); in move()
137 vgoto(v); in movehv()
155 void vgoto(double n) in vgoto() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mnihongo/
H A Dmnihongo.c50 #define vmot(n) vgoto(vpos + n)
51 #define vgoto(n) vpos = n macro
144 vgoto(n); in main()
/dports/print/pic2fig/pic2fig/
H A Dplfig.c93 vgoto(yconv(y));
100 vgoto(v);
108 vgoto(n) in vgoto() function
H A Dplfig.c,v117 vgoto(yconv(y));
124 vgoto(v);
132 vgoto(n)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/tr2post/
H A Dtr2post.h82 void vgoto(int);
H A Dconv.c46 vgoto(n); in conv()
/dports/devel/dparser/dparser-1.31/
H A Dwrite_tables.c843 Vec(intptr_t) vgoto; in write_goto_data()
850 vec_clear(&vgoto); in write_goto_data()
875 while (vgoto.n <= x) { in write_goto_data()
876 vec_add(&vgoto, 0); in write_goto_data()
878 if (vgoto.v[x]) { in write_goto_data()
884 vgoto.v[x] = 0; in write_goto_data()
930 if (vgoto.n) { in write_goto_data()
933 for (j = 0; j < vgoto.n; j++) { in write_goto_data()
934 if (vgoto.v[j] < 0 || vgoto.v[j] > 65535) d_fail("goto table overflow"); in write_goto_data()
935 add_array_member(fp, unsigned short, %d, vgoto.v[j], j == vgoto.n - 1); in write_goto_data()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/devaps/
H A Dbuild.c213 vgoto(ovpos); in restore_env()
H A Ddaps.h435 void vgoto(int);

12