Searched refs:mallocstrcpy (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dbrowser.c74 ans = mallocstrcpy(NULL, "");
240 ans = mallocstrcpy(ans, "");
248 ans = mallocstrcpy(ans, answer);
254 ans = mallocstrcpy(ans, "");
343 retval = mallocstrcpy(NULL, filelist[selected]);
350 prev_dir = mallocstrcpy(NULL,
363 path = mallocstrcpy(path, filelist[selected]);
428 path = mallocstrcpy(path, operating_dir);
670 foo = mallocstrcpy(NULL, "--");
676 foo = mallocstrcpy(NUL
[all...]
H A Dsearch.c121 last_search = mallocstrcpy(NULL, "");
123 last_replace = mallocstrcpy(NULL, "");
144 backupstring = mallocstrcpy(NULL, "");
148 backupstring = mallocstrcpy(backupstring, answer);
169 buf = mallocstrcpy(NULL, "");
230 backupstring = mallocstrcpy(backupstring, answer);
234 backupstring = mallocstrcpy(backupstring, answer);
240 backupstring = mallocstrcpy(backupstring, answer);
244 backupstring = mallocstrcpy(backupstring, answer);
448 answer = mallocstrcpy(answe
[all...]
H A Dfiles.c60 openfile->filename = mallocstrcpy(NULL, "");
91 openfile->fileage->data = mallocstrcpy(NULL, "");
138 openfile->filename = mallocstrcpy(openfile->filename, filename);
303 fileptr->data = mallocstrcpy(NULL, buf);
597 full_filename = mallocstrcpy(NULL, filename);
693 char *ans = mallocstrcpy(NULL, "");
754 ans = mallocstrcpy(ans, answer);
970 d_here = mallocstrcpy(NULL, "");
1004 d_there_file = mallocstrcpy(NULL, last_slash + 1);
1114 full_tempdir = mallocstrcpy(NUL
[all...]
H A Dnano.c75 dst->data = mallocstrcpy(NULL, src->data);
210 p->bot_data = mallocstrcpy(NULL, bot->data + bot_x);
235 tmp = mallocstrcpy(NULL, openfile->fileage->data);
350 openfile->fileage->data = mallocstrcpy(NULL, "");
1785 backup_dir = mallocstrcpy(backup_dir, optarg);
1827 quotestr = mallocstrcpy(quotestr, optarg);
1860 syntaxstr = mallocstrcpy(syntaxstr, optarg);
1887 operating_dir = mallocstrcpy(operating_dir, optarg);
1905 alt_speller = mallocstrcpy(alt_speller, optarg);
2057 punct = mallocstrcpy(NUL
[all...]
H A Drcfile.c290 endsyntax->desc = mallocstrcpy(NULL, nameptr);
336 newext->ext_regex = mallocstrcpy(NULL, fileregptr);
367 full_option = mallocstrcpy(NULL, option);
545 newcolor->start_regex = mallocstrcpy(NULL, fgstr);
598 0)) ? mallocstrcpy(NULL, fgstr) : NULL;
716 option = mallocstrcpy(NULL, option);
864 nanorc = mallocstrcpy(nanorc, SYSCONFDIR "/nanorc");
H A Dutils.c61 homedir = mallocstrcpy(NULL, homenv);
402 * "dest = mallocstrcpy(dest, src);". */
403 char *mallocstrcpy(char *dest, const char *src) function
503 openfile->filebot->next->data = mallocstrcpy(NULL, "");
H A Dprompt.c971 answer = mallocstrcpy(answer, curranswer);
1025 answer = mallocstrcpy(answer,
1047 magichistory = mallocstrcpy(magichistory,
1055 answer = mallocstrcpy(answer, history);
1076 answer = mallocstrcpy(answer, history);
1086 answer = mallocstrcpy(answer, magichistory);
H A Dtext.c1449 indent_string = mallocstrcpy(NULL, "");
1811 last_search = mallocstrcpy(NULL, word);
1812 last_replace = mallocstrcpy(NULL, word);
H A Dproto.h712 char *mallocstrcpy(char *dest, const char *src);
H A Dwinio.c1910 return mallocstrcpy(NULL, "");

Completed in 146 milliseconds