START_STRSIZE     805 scripts/kconfig/zconf.lex.c 	text = xmalloc(START_STRSIZE);
START_STRSIZE     806 scripts/kconfig/zconf.lex.c 	text_asize = START_STRSIZE;
START_STRSIZE     815 scripts/kconfig/zconf.lex.c 		new_size += START_STRSIZE - 1;
START_STRSIZE     816 scripts/kconfig/zconf.lex.c 		new_size &= -START_STRSIZE;