Lines Matching refs:nbr
101 size_t nbr; /* Number of characters to print in this field. */ in term_flushln() local
138 term_fill(p, &nbr, &vbr, in term_flushln()
140 if (nbr == 0) in term_flushln()
158 term_field(p, vbl, nbr); in term_flushln()
253 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill() argument
261 *nbr = *vbr = vis = 0; in term_fill()
290 *nbr = ic; in term_fill()
315 *nbr = ic + 1; in term_fill()
325 if (vis > vtarget && *nbr > 0) in term_fill()
338 if (graph && (vis <= vtarget || *nbr == 0)) { in term_fill()
339 *nbr = ic; in term_fill()
350 term_field(struct termp *p, size_t vbl, size_t nbr) in term_field() argument
358 for (ic = p->tcol->col; ic < nbr; ic++) { in term_field()
408 p->tcol->col = nbr; in term_field()