Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.l28 static int text_size, text_asize; variable
45 text_asize = START_STRSIZE; in new_string()
53 if (new_size > text_asize) { in append_string()
57 text_asize = new_size; in append_string()
H A Dlex.zconf.c799 static int text_size, text_asize; variable
816 text_asize = START_STRSIZE; in new_string()
824 if (new_size > text_asize) { in append_string()
828 text_asize = new_size; in append_string()
H A Dlex.zconf.c_shipped799 static int text_size, text_asize;
816 text_asize = START_STRSIZE;
824 if (new_size > text_asize) {
828 text_asize = new_size;