Searched refs:prompt_len (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | util.c | 372 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 D | util.c | 385 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 D | util.c | 373 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()
|