current_word 111 src/editor/editcomplete.c GString *current_word, int *max_width) current_word 148 src/editor/editcomplete.c if (current_word != NULL && g_string_equal (current_word, temp)) current_word 227 src/editor/editcomplete.c GString *current_word; current_word 257 src/editor/editcomplete.c current_word = edit_collect_completions_get_current_word (&esm, srch, word_start); current_word 263 src/editor/editcomplete.c last_byte, current_word, max_width); current_word 299 src/editor/editcomplete.c word_len, last_byte, current_word, max_width); current_word 307 src/editor/editcomplete.c if (current_word != NULL) current_word 308 src/editor/editcomplete.c g_string_free (current_word, TRUE);