Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c333 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local
335 strcpy(tempstr, prompt); in print_autowrap()
337 prompt_len = strlen(tempstr); in print_autowrap()
343 if (tempstr[i] == '\n') in print_autowrap()
344 tempstr[i] = ' '; in print_autowrap()
349 waddstr(win, tempstr); in print_autowrap()
354 word = tempstr; in print_autowrap()