input1            814 src/editor/editsearch.c     char *input1 = NULL;        /* user input from the dialog */
input1            837 src/editor/editsearch.c         input1 = g_strdup (saved1 != NULL ? saved1 : "");
input1            849 src/editor/editsearch.c         edit_dialog_replace_show (edit, disp1, disp2, &input1, &input2);
input1            854 src/editor/editsearch.c         if (input1 == NULL || *input1 == '\0')
input1            860 src/editor/editsearch.c         tmp_inp1 = input1;
input1            862 src/editor/editsearch.c         input1 = edit_replace_cmd__conv_to_input (input1);
input1            868 src/editor/editsearch.c         saved1 = g_strdup (input1);
input1            879 src/editor/editsearch.c     if (edit->search == NULL && !edit_search_init (edit, input1))
input1           1028 src/editor/editsearch.c     g_free (input1);