abbrmap 74 libutil/compress.c static struct abbrmap ab2name[26]; abbrmap 86 libutil/compress.c struct abbrmap *ab; abbrmap 97 libutil/compress.c limit = sizeof(ab2name) / sizeof(struct abbrmap); abbrmap 102 libutil/compress.c name2ab = varray_open(sizeof(struct abbrmap), 5); abbrmap 104 libutil/compress.c ab = (struct abbrmap *)varray_append(name2ab); abbrmap 136 libutil/compress.c struct abbrmap *ab; abbrmap 137 libutil/compress.c int i, limit = sizeof(ab2name) / sizeof(struct abbrmap); abbrmap 146 libutil/compress.c ab = (struct abbrmap *)varray_assign(name2ab, 0, 0); abbrmap 200 libutil/compress.c struct abbrmap *ab = (struct abbrmap *)varray_assign(name2ab, 0, 0);