Searched refs:cond_width (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | term.c | 35 static size_t cond_width(const struct termp *, int, int *); 906 cond_width(const struct termp *p, int c, int *skip) in cond_width() function 937 sz += cond_width(p, *cp++, &skip); in term_strlen() 961 sz += cond_width(p, uc, &skip); in term_strlen() 1016 sz += cond_width(p, uc, &skip); in term_strlen() 1035 sz += cond_width(p, ' ', &skip); in term_strlen() 1039 sz += cond_width(p, '-', &skip); in term_strlen()
|