Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
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()
Dzconf.lex.c814 static int text_size, text_asize; variable
831 text_asize = START_STRSIZE; in new_string()
839 if (new_size > text_asize) { in append_string()
843 text_asize = new_size; in append_string()
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;