HomeSort by: relevance | last modified time | path
    Searched refs:TERMP_NONOSPACE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/mdocml/dist/
term.h 83 #define TERMP_NONOSPACE (1 << 2) /* No space (no autounset). */
mdoc_term.c 1806 p->flags ^= TERMP_NONOSPACE;
1808 p->flags &= ~TERMP_NONOSPACE;
1810 p->flags |= TERMP_NONOSPACE;
1812 if (p->col && ! (TERMP_NONOSPACE & p->flags))
tbl_term.c 174 tp->flags |= TERMP_NOSPACE | TERMP_NONOSPACE;
566 tp->flags &= ~TERMP_NONOSPACE;
term.c 542 if (p->flags & TERMP_NONOSPACE)

Completed in 27 milliseconds