Lines Matching refs:indx
381 int indx; in bsd_init() local
400 for (indx = LAST; indx >= 0; indx--) in bsd_init()
401 db->lens[indx] = 1; in bsd_init()
403 indx = db->hsize; in bsd_init()
404 while (indx-- != 0) { in bsd_init()
405 db->dict[indx].codem1 = BADCODEM1; in bsd_init()
406 db->dict[indx].cptr = 0; in bsd_init()
548 int indx; in bsd_compress() local
561 indx = dictp2->cptr; in bsd_compress()
562 dictp3 = dict_ptr(db, indx); in bsd_compress()
832 int hval, disp, indx; in bsd_decompress() local
855 indx = dictp2->cptr; in bsd_decompress()
856 dictp3 = dict_ptr(db, indx); in bsd_decompress()