Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c252 hmot((c-'0')*10 + getc(fp)-'0'); in conv()
321 hmot(k); in conv()
684 hmot(w); in t_text()
720 hmot(int n) /* generate n units of horizontal motion */ in hmot() function
H A Ddraw.c43 #define hmot(n) hpos += n macro
99 hmot(motincr); in drawline()
128 hmot(motincr); in drawline()
133 hmot(perpincr); in drawline()
H A Dt6.c556 tchar hmot() in hmot() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c592 static void hmot(int);
1080 hmot((c-'0')*10 + getc(fp)-'0'); in conv()
1165 hmot(n); in conv()
2148 hmot(int n) in hmot() function
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c327 tchar hmot() in hmot() function
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h332 extern tchar mot(), hmot(), vmot();
H A Dn1.c929 if (i = hmot()) in getch()