Searched refs:dprompt (Results 1 – 2 of 2) sorted by relevance
49 static char dprompt[PROMPT_MAX + 1] = ""; variable335 *dprompt = '\0'; in dprompt_clear()336 dprompt_pos = dprompt; in dprompt_clear()349 if (dprompt_pos >= (dprompt + PROMPT_MAX)) in dprompt_add()354 (dprompt_pos - dprompt)), format, ap); in dprompt_add()360 if ((dprompt_pos + len) < (dprompt + PROMPT_MAX)) in dprompt_add()363 dprompt_pos = dprompt + PROMPT_MAX; in dprompt_add()686 len = strlen(dprompt); in dprompt_recreate()687 len += strcount(dprompt, "\\n") * 5; /* +5 chars per count */ in dprompt_recreate()691 if (replaceall(dprompt, "\\n", "\n\\n\n") < 0) in dprompt_recreate()[all …]
10 SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c