Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l32 static int text_size, text_asize; variable
51 text_asize = START_STRSIZE; in new_string()
59 if (new_size > text_asize) { in append_string()
63 text_asize = new_size; in append_string()
/OK3568_Linux_fs/buildroot/support/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()
H A Dzconf.lex.c_shipped802 static int text_size, text_asize;
819 text_asize = START_STRSIZE;
827 if (new_size > text_asize) {
831 text_asize = new_size;
/OK3568_Linux_fs/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()
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped814 static int text_size, text_asize;
831 text_asize = START_STRSIZE;
839 if (new_size > text_asize) {
843 text_asize = new_size;
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c