Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A 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()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A 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()

Completed in 3 milliseconds