next_char 141 lib/search/lib.c const gchar *next_char; next_char 149 lib/search/lib.c next_char = str_cget_next_char (converted_str->str); next_char 150 lib/search/lib.c g_string_set_size (converted_str, (gsize) (next_char - converted_str->str)); next_char 1648 src/editor/edit.c int next_char; next_char 1654 src/editor/edit.c next_char = edit_buffer_get_current_byte (&edit->buffer); next_char 1655 src/editor/edit.c if (next_char == '\t') next_char 1657 src/editor/edit.c else if (next_char == ' ') next_char 1663 src/editor/edit.c if (next_char == ' ') next_char 1665 src/editor/edit.c next_char = edit_buffer_get_current_byte (&edit->buffer);