Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/troff/troff.d/
H A Dta.c255 hmot((c-'0')*10 + getc(fp)-'0');
324 hmot(k);
692 hmot(w);
728 hmot(n) /* generate n units of horizontal motion */ in hmot() function
H A Ddraw.c45 #define hmot(n) hpos += n macro
102 hmot(motincr);
131 hmot(motincr);
136 hmot(perpincr);
H A Dt6.c556 tchar hmot() in hmot() function
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c594 static void hmot(int);
1082 hmot((c-'0')*10 + getc(fp)-'0'); in conv()
1167 hmot(n); in conv()
2150 hmot(int n) in hmot() function
/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dn6.c327 tchar hmot() in hmot() function
/titanic_41/usr/src/cmd/troff/
H A Dtdef.h334 extern tchar mot(), hmot(), vmot();
H A Dn1.c930 if (i = hmot()) in getch()