Home
last modified time | relevance | path

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

/coreutils/src/
Dtac-pipe.c25 #define EMPTY(X) ((X)->n_bufs == 1 && LEN (X, 0) == 0)
44 size_t n_bufs; member
113 x->n_bufs = obstack_object_size (OBS) / sizeof (x->p[0]); in buf_init_from_stdin()
118 if (x->n_bufs >= 2 in buf_init_from_stdin()
119 && x->p[x->n_bufs - 1].start == x->p[x->n_bufs - 1].one_past_end) in buf_init_from_stdin()
120 free (x->p[--(x->n_bufs)].start); in buf_init_from_stdin()
128 for (size_t i = 0; i < x->n_bufs; i++) in buf_free()
165 affirm (lp->i < x->n_bufs - 1); in line_ptr_increment()
248 bol.i = x.n_bufs - 1; in tac_mem()
Dhead.c361 size_t n_bufs = n_elide_round / READ_BUFSIZE + 1; in elide_tail_bytes_pipe() local
366 for (i = 0, i_next = 1; !eof; i = i_next, i_next = (i_next + 1) % n_bufs) in elide_tail_bytes_pipe()
372 n_array_alloc = MIN (n_bufs, 16); in elide_tail_bytes_pipe()
373 else if (n_array_alloc <= n_bufs / 2) in elide_tail_bytes_pipe()
376 n_array_alloc = n_bufs; in elide_tail_bytes_pipe()
397 if (i + 1 == n_bufs) in elide_tail_bytes_pipe()
424 else if (i + 1 == n_bufs) in elide_tail_bytes_pipe()