Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c254 temp = absmot(*k);
296 j = absmot(i);
393 dx = absmot(pi[3]);
396 dy = absmot(pi[4]);
422 dx2 = absmot(pi[5]);
425 dy2 = absmot(pi[6]);
446 dx = absmot(pi[n]);
449 dy = absmot(pi[n+1]);
H A Dt6.c77 k = absmot(j);
521 k = absmot(i); in setwd()
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c67 k = absmot(j);
292 k = absmot(i); in setwd()
H A Dn10.c399 j = absmot(i); in ptout1()
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c79 j = absmot(i);
H A Dtdef.h215 #define absmot(n) (unsigned)(0177777 & (n) & ~MOT) /* (short) is cheap mask */ macro
H A Dn9.c288 if (absmot(rem) != 0) { in setvline()