input1 803 src/editor/editsearch.c char *input1 = NULL; /* user input from the dialog */ input1 826 src/editor/editsearch.c input1 = g_strdup (saved1 != NULL ? saved1 : ""); input1 838 src/editor/editsearch.c edit_dialog_replace_show (edit, disp1, disp2, &input1, &input2); input1 843 src/editor/editsearch.c if (input1 == NULL || *input1 == '\0') input1 849 src/editor/editsearch.c tmp_inp1 = input1; input1 851 src/editor/editsearch.c input1 = edit_replace_cmd__conv_to_input (input1); input1 857 src/editor/editsearch.c saved1 = g_strdup (input1); input1 868 src/editor/editsearch.c if (edit->search == NULL && !edit_search_init (edit, input1)) input1 1020 src/editor/editsearch.c g_free (input1);