Lines Matching refs:indx
466 int indx; in bsd_init() local
478 indx = LAST; in bsd_init()
481 db->lens[indx] = 1; in bsd_init()
483 while (indx-- > 0); in bsd_init()
486 indx = db->hsize; in bsd_init()
487 while (indx-- != 0) in bsd_init()
489 db->dict[indx].codem1 = BADCODEM1; in bsd_init()
490 db->dict[indx].cptr = 0; in bsd_init()
701 int indx; in bsd_compress() local
715 indx = dictp2->cptr; in bsd_compress()
716 dictp3 = dict_ptr (db, indx); in bsd_compress()
1055 int hval, disp, indx; in bsd_decompress() local
1083 indx = dictp2->cptr; in bsd_decompress()
1084 dictp3 = dict_ptr (db, indx); in bsd_decompress()