Lines Matching refs:maxkey
51 unsigned maxkey; member
210 dhp->maxkey = 0; in fm_dc_opendict()
291 dhp->maxkey = strtoul(rhsp, NULL, 0); in fm_dc_opendict()
301 dhp->maxkey == 0) { in fm_dc_opendict()
306 debugstr, prop_version, prop_name, dhp->maxkey); in fm_dc_opendict()
369 (void *)dhp, dhp->maxkey + 1); in fm_dc_maxkey()
370 return (dhp->maxkey + 1); in fm_dc_maxkey()
436 char *key[], int maxkey) in fm_dc_code2key() argument
448 (void *)dhp, code, maxkey); in fm_dc_code2key()
532 if (nel >= maxkey - 1) { in fm_dc_code2key()
536 debugstr, maxkey); in fm_dc_code2key()