forw_raw_line
off_t forw_raw_line(off_t, char **, int *);
cpos = forw_raw_line(cpos, NULL, NULL);
cpos = forw_raw_line(cpos, NULL, NULL);
pos = forw_raw_line(pos, NULL, NULL);
pos = forw_raw_line(pos, &line, &line_len);
max_epos = forw_raw_line(max_epos, NULL, NULL);
pos = forw_raw_line(pos, &line, (int *)NULL);