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