Home
last modified time | relevance | path

Searched refs:cond_width (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dterm.c36 static size_t cond_width(const struct termp *, int, int *);
630 cond_width(const struct termp *p, int c, int *skip) in cond_width() function
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()
730 sz += cond_width(p, ' ', &skip); in term_strlen()
734 sz += cond_width(p, '-', &skip); in term_strlen()