Home
last modified time | relevance | path

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

/linux/scripts/kconfig/lxdialog/
A Dutil.c345 int prompt_len, room, wlen; in print_autowrap() local
350 prompt_len = strlen(tempstr); in print_autowrap()
352 if (prompt_len <= width - x * 2) { /* If prompt is short */ in print_autowrap()
353 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()

Completed in 4 milliseconds