tablesize          54 gtags-parser/gctags.c static int tablesize;
tablesize         250 gtags-parser/gctags.c 		for (tablesize = 0; (p = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL; tablesize++)
tablesize         253 gtags-parser/gctags.c 		words = (struct words *)check_malloc(sizeof(struct words) * tablesize);
tablesize         259 gtags-parser/gctags.c 		for (i = 0; i < tablesize; i++) {
tablesize         263 gtags-parser/gctags.c 		qsort(words, tablesize, sizeof(struct words), cmp);
tablesize         312 gtags-parser/gctags.c 	result = (struct words *)bsearch(&tmp, words, tablesize, sizeof(struct words), cmp);