Home
last modified time | relevance | path

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

/coreutils/src/
Dtac-pipe.c174 const Line_ptr *last_bol, Line_ptr *new_bol, char eol_byte) in find_bol() argument
194 *new_bol = line_ptr_increment (x, &nl_pos); in find_bol()
210 new_bol->i = 0; in find_bol()
211 new_bol->ptr = x->p[0].start; in find_bol()
253 Line_ptr new_bol; in tac_mem() local
254 if (! find_bol (&x, &bol, &new_bol, eol_byte)) in tac_mem()
256 print_line (stdout, &x, &new_bol, &bol); in tac_mem()
257 bol = new_bol; in tac_mem()