Home
last modified time | relevance | path

Searched refs:N_TAB_SZ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/pax/
H A Dtables.h49 #define N_TAB_SZ 541 /* interactive rename hash table */ macro
H A Dtables.c486 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) { in name_start()
520 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name()
581 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name()