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

/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c372 int prompt_len, room, wlen; local
377 prompt_len = strlen(tempstr);
379 if (prompt_len <= width - x * 2) { /* If prompt is short */
380 wmove(win, y, (width - prompt_len) / 2);

Completed in 42 milliseconds