Lines Matching refs:skip
630 cond_width(const struct termp *p, int c, int *skip) in cond_width() argument
633 if (*skip) { in cond_width()
634 (*skip) = 0; in cond_width()
644 int ssz, skip, c; in term_strlen() local
656 skip = 0; in term_strlen()
660 sz += cond_width(p, *cp++, &skip); in term_strlen()
677 sz += cond_width(p, c, &skip); in term_strlen()
684 sz += cond_width(p, c, &skip); in term_strlen()
694 sz += cond_width(p, '?', &skip); in term_strlen()
699 sz += cond_width(p, c, &skip); in term_strlen()
712 skip = 1; in term_strlen()
721 if (skip) { in term_strlen()
722 skip = 0; in term_strlen()
730 sz += cond_width(p, ' ', &skip); in term_strlen()
734 sz += cond_width(p, '-', &skip); in term_strlen()