Home | History | Annotate | Download | only in pax

Lines Matching defs:ltab

80 static HRDLNK **ltab = NULL;	/* hard link table for detecting hard links */
119 if (ltab != NULL)
121 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) {
147 if (ltab == NULL)
159 if ((pt = ltab[indx]) != NULL) {
163 ppt = &(ltab[indx]);
208 pt->fow = ltab[indx];
209 ltab[indx] = pt;
233 if (ltab == NULL)
246 if ((pt = ltab[indx]) == NULL)
253 ppt = &(ltab[indx]);
287 if (ltab == NULL)
291 if (ltab[i] == NULL)
293 pt = ltab[i];
294 ltab[i] = NULL;