Searched refs:TERMP_NOSPLIT (Results 1 – 2 of 2) sorted by relevance
94 #define TERMP_NOSPLIT (1 << 13) /* Do not break line before .An. */ macro
1068 p->flags &= ~TERMP_NOSPLIT; in termp_an_pre()1074 p->flags |= TERMP_NOSPLIT; in termp_an_pre()1081 if (n->sec == SEC_AUTHORS && ! (p->flags & TERMP_NOSPLIT)) in termp_an_pre()1285 p->flags &= ~(TERMP_SPLIT|TERMP_NOSPLIT); in termp_sh_pre()