Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c35 static size_t cond_width(const struct termp *, int, int *);
905 cond_width(const struct termp *p, int c, int *skip) in cond_width() function
936 sz += cond_width(p, *cp++, &skip); in term_strlen()
960 sz += cond_width(p, uc, &skip); in term_strlen()
1015 sz += cond_width(p, uc, &skip); in term_strlen()
1034 sz += cond_width(p, ' ', &skip); in term_strlen()
1038 sz += cond_width(p, '-', &skip); in term_strlen()