Home
last modified time | relevance | path

Searched refs:isvmot (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c65 if (isvmot(j))
291 } else if (isvmot(i)) { in setwd()
H A Dn10.c402 if (isvmot(i)) in ptout1()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c253 if (ismot(*k) && isvmot(*k)) {
299 if (isvmot(i))
H A Dt6.c75 if (isvmot(j))
520 } else if (isvmot(i)) { in setwd()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h213 #define isvmot(n) ((n) & VMOT) /* must have tested MOT previously */ macro