Lines Matching full:last_saw_cr
647 gboolean last_saw_cr;
654 last_saw_cr = *last_saw_cr_out;
682 if (last_saw_cr && buffer[i] == 10)
692 if (last_saw_cr)
705 else if (last_saw_cr)
711 /* Don't check for CR here, instead look at last_saw_cr on next byte */
715 last_saw_cr = (buffer[i] == 13);
727 *last_saw_cr_out = last_saw_cr;
758 gboolean last_saw_cr;
770 last_saw_cr = FALSE;
772 while ((found_pos = scan_for_newline (stream, &checked, &last_saw_cr, &newline_len)) == -1)
937 gboolean last_saw_cr;
1023 &data->last_saw_cr, &newline_len);
1085 data->last_saw_cr = FALSE;