current_word      109 src/editor/editcomplete.c                                          GString *current_word, int *max_width)
current_word      146 src/editor/editcomplete.c         if (current_word != NULL && g_string_equal (current_word, temp))
current_word      223 src/editor/editcomplete.c     GString *current_word;
current_word      248 src/editor/editcomplete.c     current_word = edit_collect_completions_get_current_word (&esm, srch, word_start);
current_word      254 src/editor/editcomplete.c                                              last_byte, current_word, max_width);
current_word      289 src/editor/editcomplete.c                                                      word_len, last_byte, current_word, max_width);
current_word      297 src/editor/editcomplete.c     if (current_word != NULL)
current_word      298 src/editor/editcomplete.c         g_string_free (current_word, TRUE);