Home
last modified time | relevance | path

Searched refs:tempstr (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dutil.c204 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local
206 strcpy(tempstr, prompt); in print_autowrap()
208 prompt_len = strlen(tempstr); in print_autowrap()
214 if (tempstr[i] == '\n') in print_autowrap()
215 tempstr[i] = ' '; in print_autowrap()
220 waddstr(win, tempstr); in print_autowrap()
225 word = tempstr; in print_autowrap()