Searched refs:TERMP_NOSPLIT (Results 1 – 2 of 2) sorted by relevance
81 #define TERMP_NOSPLIT (1 << 11) /* See termp_an_pre/post(). */ macro
1116 if (TERMP_NOSPLIT & p->flags) in termp_an_pre()1141 p->flags &= ~TERMP_NOSPLIT; in termp_an_post()1145 p->flags |= TERMP_NOSPLIT; in termp_an_post()1443 p->flags &= ~(TERMP_SPLIT|TERMP_NOSPLIT); in termp_sh_pre()