Searched refs:TERMP_NOSPLIT (Results 1 – 2 of 2) sorted by relevance
80 #define TERMP_NOSPLIT (1 << 12) /* Do not break line before .An. */ macro
1087 p->flags &= ~TERMP_NOSPLIT; in termp_an_pre()1093 p->flags |= TERMP_NOSPLIT; in termp_an_pre()1100 if (n->sec == SEC_AUTHORS && ! (p->flags & TERMP_NOSPLIT)) in termp_an_pre()1381 p->flags &= ~(TERMP_SPLIT|TERMP_NOSPLIT); in termp_sh_pre()