Searched refs:MMAN_spc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c252 #define MMAN_spc (1 << 0) /* blank character before next word */ macro
293 outflags &= ~MMAN_spc;
302 outflags &= ~MMAN_spc;
333 outflags &= ~(MMAN_PP|MMAN_sp|MMAN_br|MMAN_nl|MMAN_spc);
337 } else if (MMAN_spc & outflags) {
361 outflags |= MMAN_spc;
363 outflags &= ~MMAN_spc;
582 if (MMAN_spc & outflags && MDOC_LINE & n->flags)
599 outflags &= ~MMAN_spc;
605 outflags |= MMAN_spc;
[all...]

Completed in 60 milliseconds