Lines Matching refs:maxkey
53 unsigned maxkey; member
212 dhp->maxkey = 0; in fm_dc_opendict()
293 dhp->maxkey = strtoul(rhsp, NULL, 0); in fm_dc_opendict()
303 dhp->maxkey == 0) { in fm_dc_opendict()
308 debugstr, prop_version, prop_name, dhp->maxkey); in fm_dc_opendict()
371 (void *)dhp, dhp->maxkey + 1); in fm_dc_maxkey()
372 return (dhp->maxkey + 1); in fm_dc_maxkey()
438 char *key[], int maxkey) in fm_dc_code2key() argument
450 (void *)dhp, code, maxkey); in fm_dc_code2key()
534 if (nel >= maxkey - 1) { in fm_dc_code2key()
538 debugstr, maxkey); in fm_dc_code2key()