replaceall
if (replaceall(dprompt, "\\n", "\n\\n\n") < 0)
if (replaceall(pprompt, "\\n", "\n\\n\n") < 0)
if (replaceall(aprompt, "\\n", "\n\\n\n") < 0)
if (replaceall(value, "\\\"", "\\\\\"") < 0) {
if (replaceall(value, "\\\n", "") < 0) {
int replaceall(char *_source, const char *_find,