Searched refs:eol_byte (Results 1 – 1 of 1) sorted by relevance
51 buf_init_from_stdin (Buf *x, char eol_byte) in buf_init_from_stdin() argument84 last_byte_is_eol_byte = (buf[bytes_read - 1] == eol_byte); in buf_init_from_stdin()105 *buf = eol_byte; in buf_init_from_stdin()174 const Line_ptr *last_bol, Line_ptr *new_bol, char eol_byte) in find_bol() argument188 char *nl = memrchr (x->p[i].start, last_bol_ptr, eol_byte); in find_bol()235 char eol_byte = '\n'; in tac_mem() local237 if (! buf_init_from_stdin (&x, eol_byte)) in tac_mem()254 if (! find_bol (&x, &bol, &new_bol, eol_byte)) in tac_mem()