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

/freebsd-current/contrib/mandoc/
H A Droff_int.h55 #define MDOC_PHRASEQL (1 << 14) /* Quote last word of this phrase. */ macro
H A Dmdoc_argv.c457 mdoc->flags &= ~MDOC_PHRASEQL;
483 mdoc->flags |= MDOC_PHRASEQL;
584 if (*p == '\0' && mdoc->flags & MDOC_PHRASEQL) {
585 mdoc->flags &= ~MDOC_PHRASEQL;

Completed in 64 milliseconds