Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dlexer.l31 static int text_size, text_asize; variable
50 text_asize = START_STRSIZE; in new_string()
58 if (new_size > text_asize) { in append_string()
62 text_asize = new_size; in append_string()
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l27 static int text_size, text_asize; variable
44 text_asize = START_STRSIZE; in new_string()
52 if (new_size > text_asize) { in append_string()
56 text_asize = new_size; in append_string()