Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c332 int i, prompt_len, room, wlen; in print_autowrap() local
363 room = width - cur_x; in print_autowrap()
365 if (wlen > room || in print_autowrap()
367 && wlen + 1 + strlen(sp) > room in print_autowrap()
369 || 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_shipped195 /* Size of input buffer in bytes, not including room for EOB
1188 { /* Not enough room in the buffer - grow it. */
1206 /* Include room in for 2 EOB chars. */
1677 /* They forgot to leave room for the EOB's. */