Lines Matching refs:indx
467 int indx; in bsd_init() local
479 indx = LAST; in bsd_init()
482 db->lens[indx] = 1; in bsd_init()
484 while (indx-- > 0); in bsd_init()
487 indx = db->hsize; in bsd_init()
488 while (indx-- != 0) in bsd_init()
490 db->dict[indx].codem1 = BADCODEM1; in bsd_init()
491 db->dict[indx].cptr = 0; in bsd_init()
702 int indx; in bsd_compress() local
716 indx = dictp2->cptr; in bsd_compress()
717 dictp3 = dict_ptr (db, indx); in bsd_compress()
1056 int hval, disp, indx; in bsd_decompress() local
1084 indx = dictp2->cptr; in bsd_decompress()
1085 dictp3 = dict_ptr (db, indx); in bsd_decompress()