Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dutil.c203 int i, prompt_len, room, wlen; in print_autowrap() local
234 room = width - cur_x; in print_autowrap()
236 if (wlen > room || in print_autowrap()
238 && wlen + 1 + strlen(sp) > room in print_autowrap()
240 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped187 /* Size of input buffer in bytes, not including room for EOB
1467 { /* Not enough room in the buffer - grow it. */
1485 /* Include room in for 2 EOB chars. */
1583 { /* need to shift things up to make room */
1956 /* They forgot to leave room for the EOB's. */