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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dutil.c332 int i, prompt_len, room, wlen; local
337 prompt_len = strlen(tempstr);
342 for (i = 0; i < prompt_len; i++) {
347 if (prompt_len <= width - x * 2) { /* If prompt is short */
348 wmove(win, y, (width - prompt_len) / 2);

Completed in 88 milliseconds