tablesize          54 libparser/parser.c static int tablesize;
tablesize          73 libparser/parser.c 	for (tablesize = 0; (p = strbuf_fgets(ib, ip, STRBUF_NOCRLF)) != NULL; tablesize++)
tablesize          76 libparser/parser.c 	words = (struct words *)check_malloc(sizeof(struct words) * tablesize);
tablesize          82 libparser/parser.c 	for (i = 0; i < tablesize; i++) {
tablesize          86 libparser/parser.c 	qsort(words, tablesize, sizeof(struct words), cmp);
tablesize         100 libparser/parser.c 	result = (struct words *)bsearch(&tmp, words, tablesize, sizeof(struct words), cmp);