Home
last modified time | relevance | path

Searched refs:isnmot (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c255 if (isnmot(*k))
297 if (isnmot(i))
394 if (isnmot(pi[3]))
397 if (isnmot(pi[4]))
423 if (isnmot(pi[5]))
426 if (isnmot(pi[6]))
447 if (isnmot(pi[n]))
450 if (isnmot(pi[n+1]))
H A Dt6.c78 if (isnmot(j))
522 if (isnmot(i)) in setwd()
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c68 if (isnmot(j))
293 if (isnmot(i)) in setwd()
H A Dn10.c400 if (isnmot(i)) in ptout1()
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c80 if (isnmot(i)) {
H A Dtdef.h214 #define isnmot(n) ((n) & NMOT) /* ditto */ macro