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

/macosx-10.10.1/nano-12/src/
H A Dprompt.c959 char *magichistory = NULL; local
1044 * in magichistory. */
1047 magichistory = mallocstrcpy(magichistory,
1082 * magichistory is set, save magichistory in
1085 answer[0] == '\0' && magichistory != NULL) {
1086 answer = mallocstrcpy(answer, magichistory);
1129 * free magichistory, if we need to. */
1133 if (magichistory !
[all...]

Completed in 75 milliseconds