Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Dutil.c317 int i, prompt_len, room, wlen; in print_autowrap() local
322 prompt_len = strlen(tempstr); in print_autowrap()
327 for (i = 0; i < prompt_len; i++) { in print_autowrap()
332 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
333 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c372 int prompt_len, room, wlen; in print_autowrap() local
377 prompt_len = strlen(tempstr); in print_autowrap()
379 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
380 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()