Searched refs:backupstring (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dbrowser.c774 static char *backupstring = NULL; local
777 /* If backupstring doesn't exist, initialize it to "". */
778 if (backupstring == NULL)
779 backupstring = mallocstrcpy(NULL, "");
805 whereis_file_list, backupstring,
832 free(backupstring);
833 backupstring = NULL;
855 backupstring = mallocstrcpy(backupstring, answer);
859 backupstring
[all...]
H A Dsearch.c127 * is TRUE, only set backupstring to answer. Return -2 to run the
139 static char *backupstring = NULL; local
142 /* If backupstring doesn't exist, initialize it to "". */
143 if (backupstring == NULL)
144 backupstring = mallocstrcpy(NULL, "");
146 /* If use_answer is TRUE, set backupstring to answer and get out. */
148 backupstring = mallocstrcpy(backupstring, answer);
176 replacing ? replace_list : whereis_list, backupstring,
207 free(backupstring);
[all...]

Completed in 176 milliseconds