Lines Matching refs:Dhp
63 static fm_dc_handle_t *Dhp;
124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL)
137 if (Dhp) {
138 fm_dc_closedict(Dhp);
139 Dhp = NULL;
156 if (Dhp == NULL) {
161 retcodelen = fm_dc_codelen(Dhp);
180 if (Dhp == NULL) {
185 retmaxkey = fm_dc_maxkey(Dhp);
226 if (Dhp == NULL) {
231 if (fm_dc_key2code(Dhp, key, code, MAXCODE) < 0)
265 if (Dhp == NULL) {
270 if (fm_dc_code2key(Dhp, argv[2], key, fm_dc_maxkey(Dhp)) < 0)
313 if (Dhp == NULL) {
318 if ((val = fm_dc_getprop(Dhp, argv[2])) == NULL)
397 if (Dhp) {
398 fm_dc_closedict(Dhp);
399 Dhp = NULL;