Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c385 int prompt_len, room, wlen; in print_autowrap() local
411 room = width - cur_x; in print_autowrap()
413 if (wlen > room || in print_autowrap()
415 && wlen + 1 + strlen(sp) > room in print_autowrap()
417 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap()
/scripts/kconfig/
Dzconf.lex.c_shipped214 /* Size of input buffer in bytes, not including room for EOB
1522 { /* Not enough room in the buffer - grow it. */
1540 /* Include room in for 2 EOB chars. */
1646 { /* need to shift things up to make room */
2023 /* They forgot to leave room for the EOB's. */
/scripts/genksyms/
Dlex.lex.c_shipped195 /* Size of input buffer in bytes, not including room for EOB
1095 { /* Not enough room in the buffer - grow it. */
1113 /* Include room in for 2 EOB chars. */
1245 { /* need to shift things up to make room */
1628 /* They forgot to leave room for the EOB's. */
/scripts/dtc/
Ddtc-lexer.lex.c_shipped205 /* Size of input buffer in bytes, not including room for EOB
1399 { /* Not enough room in the buffer - grow it. */
1417 /* Include room in for 2 EOB chars. */
1891 /* They forgot to leave room for the EOB's. */