Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c385 int prompt_len, room, wlen; in print_autowrap() local
390 prompt_len = strlen(tempstr); in print_autowrap()
392 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
393 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c373 int prompt_len, room, wlen; in print_autowrap() local
378 prompt_len = strlen(tempstr); in print_autowrap()
380 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
381 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()