input1            829 src/editor/editsearch.c     char *input1 = NULL;  // user input from the dialog
input1            852 src/editor/editsearch.c         input1 = g_strdup (saved1 != NULL ? saved1 : "");
input1            864 src/editor/editsearch.c         edit_dialog_replace_show (edit, disp1, disp2, &input1, &input2);
input1            869 src/editor/editsearch.c         if (input1 == NULL || *input1 == '\0')
input1            875 src/editor/editsearch.c         tmp_inp1 = input1;
input1            877 src/editor/editsearch.c         input1 = edit_replace_cmd__conv_to_input (input1);
input1            883 src/editor/editsearch.c         saved1 = g_strdup (input1);
input1            894 src/editor/editsearch.c     if (edit->search == NULL && !edit_search_init (edit, input1))
input1           1046 src/editor/editsearch.c     g_free (input1);