next_char 159 lib/search/lib.c const gchar *next_char; next_char 174 lib/search/lib.c next_char = str_cget_next_char (converted_str->str); next_char 175 lib/search/lib.c g_string_set_size (converted_str, (gsize) (next_char - converted_str->str)); next_char 1678 src/editor/edit.c int next_char; next_char 1684 src/editor/edit.c next_char = edit_buffer_get_current_byte (&edit->buffer); next_char 1685 src/editor/edit.c if (next_char == '\t') next_char 1687 src/editor/edit.c else if (next_char == ' ') next_char 1693 src/editor/edit.c if (next_char == ' ') next_char 1695 src/editor/edit.c next_char = edit_buffer_get_current_byte (&edit->buffer);