Home
last modified time | relevance | path

Searched refs:vmot (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c45 #define vmot(n) vgoto(vpos + n) macro
62 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); }
88 vmot(motincr); in drawline()
130 vmot(motincr); in drawline()
135 vmot(perpincr); in drawline()
H A Dta.c332 vmot(n); in conv()
742 vmot(int n) /* generate n units of vertical motion */ in vmot() function
H A Dt6.c548 tchar vmot() in vmot() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c619 static void vmot(int);
1178 vmot(n); in conv()
2190 vmot(int n) in vmot() function
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c319 tchar vmot() in vmot() function
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h332 extern tchar mot(), hmot(), vmot();
H A Dn1.c925 if (i = vmot()) in getch()