Searched refs:cond_width (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/mandoc/ |
| H A D | term.c | 33 static size_t cond_width(const struct termp *, int, int *); 960 cond_width(const struct termp *p, int c, int *skip) in cond_width() function 991 sz += cond_width(p, *cp++, &skip); in term_strlen() 1015 sz += cond_width(p, uc, &skip); in term_strlen() 1070 sz += cond_width(p, uc, &skip); in term_strlen() 1089 sz += cond_width(p, ' ', &skip); in term_strlen() 1093 sz += cond_width(p, '-', &skip); in term_strlen()
|