Home
last modified time | relevance | path

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

/coreutils/src/
Dtac-pipe.c220 const Line_ptr *bol, const Line_ptr *bol_next) in print_line() argument
222 for (size_t i = bol->i; i <= bol_next->i; i++) in print_line()
225 char *b = (i == bol_next->i ? bol_next->ptr : ONE_PAST_END (x, i)); in print_line()