input1            790 src/editor/editsearch.c     char *input1 = NULL;        /* user input from the dialog */
input1            813 src/editor/editsearch.c         input1 = g_strdup (saved1 != NULL ? saved1 : "");
input1            825 src/editor/editsearch.c         edit_dialog_replace_show (edit, disp1, disp2, &input1, &input2);
input1            830 src/editor/editsearch.c         if (input1 == NULL || *input1 == '\0')
input1            836 src/editor/editsearch.c         tmp_inp1 = input1;
input1            838 src/editor/editsearch.c         input1 = edit_replace_cmd__conv_to_input (input1);
input1            844 src/editor/editsearch.c         saved1 = g_strdup (input1);
input1            855 src/editor/editsearch.c     if (edit->search == NULL && !edit_search_init (edit, input1))
input1           1004 src/editor/editsearch.c     g_free (input1);