Searched refs:TERMP_SKIPCHAR (Results 1 – 2 of 2) sorted by relevance
420 if (TERMP_SKIPCHAR & p->flags) { in term_word()421 p->flags &= ~TERMP_SKIPCHAR; in term_word()483 if (TERMP_SKIPCHAR & p->flags) in term_word()484 p->flags &= ~TERMP_SKIPCHAR; in term_word()489 p->flags |= TERMP_SKIPCHAR; in term_word()556 if (TERMP_SKIPCHAR & p->flags) { in encode1()557 p->flags &= ~TERMP_SKIPCHAR; in encode1()585 if (TERMP_SKIPCHAR & p->flags) { in encode()586 p->flags &= ~TERMP_SKIPCHAR; in encode()
75 #define TERMP_SKIPCHAR (1 << 7) /* Skip the next character. */ macro