next_char         157 lib/search/lib.c     const gchar *next_char;
next_char         172 lib/search/lib.c     next_char = str_cget_next_char (converted_str->str);
next_char         173 lib/search/lib.c     g_string_set_size (converted_str, (gsize) (next_char - converted_str->str));
next_char        1656 src/editor/edit.c         int next_char;
next_char        1662 src/editor/edit.c         next_char = edit_buffer_get_current_byte (&edit->buffer);
next_char        1663 src/editor/edit.c         if (next_char == '\t')
next_char        1665 src/editor/edit.c         else if (next_char == ' ')
next_char        1671 src/editor/edit.c                 if (next_char == ' ')
next_char        1673 src/editor/edit.c                 next_char = edit_buffer_get_current_byte (&edit->buffer);