Lines Matching defs:nbr
105 size_t nbr; /* Number of bytes to print in this field. */
142 term_fill(p, &nbr, &vbr,
144 if (nbr == 0)
162 term_field(p, vbl, nbr);
256 * Store the number of input bytes to print in this field in *nbr
263 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget)
275 *nbr = *vbr = vis = 0;
296 *nbr = ic;
321 *nbr = ic + 1;
349 if (vis > vtarget && *nbr > 0)
362 if (graph && (vis <= vtarget || *nbr == 0)) {
363 *nbr = ic;
371 * and an input string length of nbr bytes.
374 term_field(struct termp *p, size_t vbl, size_t nbr)
386 for (ic = p->tcol->col; ic < nbr; ic++) {
442 p->tcol->col = nbr;