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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c203 int i, prompt_len, room, wlen; local
208 prompt_len = strlen(tempstr);
213 for (i = 0; i < prompt_len; i++) {
218 if (prompt_len <= width - x * 2) { /* If prompt is short */
219 wmove(win, y, (width - prompt_len) / 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dutil.c201 int i, prompt_len, room, wlen; local
206 prompt_len = strlen(tempstr);
211 for(i=0; i<prompt_len; i++) {
215 if (prompt_len <= width - x * 2) { /* If prompt is short */
216 wmove (win, y, (width - prompt_len) / 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dutil.c320 int i, prompt_len, room, wlen; local
325 prompt_len = strlen(tempstr);
330 for (i = 0; i < prompt_len; i++) {
335 if (prompt_len <= width - x * 2) { /* If prompt is short */
336 wmove(win, y, (width - prompt_len) / 2);

Completed in 40 milliseconds