abbrmap 86 libutil/compress.c static struct abbrmap ab2name[26]; abbrmap 98 libutil/compress.c struct abbrmap *ab; abbrmap 109 libutil/compress.c limit = sizeof(ab2name) / sizeof(struct abbrmap); abbrmap 114 libutil/compress.c name2ab = varray_open(sizeof(struct abbrmap), 5); abbrmap 116 libutil/compress.c ab = (struct abbrmap *)varray_append(name2ab); abbrmap 148 libutil/compress.c struct abbrmap *ab; abbrmap 149 libutil/compress.c int i, limit = sizeof(ab2name) / sizeof(struct abbrmap); abbrmap 162 libutil/compress.c ab = (struct abbrmap *)varray_assign(name2ab, 0, 0); abbrmap 216 libutil/compress.c struct abbrmap *ab = (struct abbrmap *)varray_assign(name2ab, 0, 0);