Searched refs:TERMP_NONOSPACE (Results 1 – 4 of 4) sorted by relevance
71 #define TERMP_NONOSPACE (1 << 3) /* No space (no autounset). */ macro
76 tp->flags |= TERMP_NONOSPACE; in term_tbl()205 tp->flags &= ~TERMP_NONOSPACE; in term_tbl()
2112 p->flags ^= TERMP_NONOSPACE; in termp_sm_pre()2114 p->flags &= ~TERMP_NONOSPACE; in termp_sm_pre()2116 p->flags |= TERMP_NONOSPACE; in termp_sm_pre()2118 if (p->col && ! (TERMP_NONOSPACE & p->flags)) in termp_sm_pre()
410 if ( ! (p->flags & TERMP_NONOSPACE)) in term_word()