Searched refs:dialog_prompt_wrappedlines (Results 1 – 3 of 3) sorted by relevance
60 int dialog_prompt_wrappedlines(char *_prompt, int _ncols,
233 dheight += dialog_prompt_wrappedlines(pprompt, dwidth - 4, 0); in dprompt_init()234 dheight += dialog_prompt_wrappedlines(aprompt, dwidth - 4, 1); in dprompt_init()
493 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines() function