Searched refs:text_asize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.l28 static int text_size, text_asize;
45 text_asize = START_STRSIZE;
53 if (new_size > text_asize) {
57 text_asize = new_size;
H A Dlex.zconf.c799 static int text_size, text_asize; variable
816 text_asize = START_STRSIZE;
824 if (new_size > text_asize) {
828 text_asize = new_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l27 static int text_size, text_asize;
44 text_asize = START_STRSIZE;
52 if (new_size > text_asize) {
56 text_asize = new_size;
H A Dlex.zconf.c762 static int text_size, text_asize; variable
779 text_asize = START_STRSIZE;
787 if (new_size > text_asize) {
791 text_asize = new_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l23 static int text_size, text_asize;
40 text_asize = START_STRSIZE;
49 if (new_size > text_asize) {
51 text_asize = new_size;

Completed in 85 milliseconds