Lines Matching refs:DICT_ATTR
22 static DICT_ATTR *dictionary_attributes = NULL;
46 DICT_ATTR *attr; in rc_read_dictionary()
183 (DICT_ATTR *) malloc (sizeof (DICT_ATTR))) in rc_read_dictionary()
184 == (DICT_ATTR *) NULL) in rc_read_dictionary()
295 DICT_ATTR *rc_dict_getattr (int attribute, int vendor) in rc_dict_getattr()
297 DICT_ATTR *attr; in rc_dict_getattr()
302 while (attr != (DICT_ATTR *) NULL) { in rc_dict_getattr()
332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr()
334 DICT_ATTR *attr; in rc_dict_findattr()
338 while (attr != (DICT_ATTR *) NULL) in rc_dict_findattr()
359 return ((DICT_ATTR *) NULL); in rc_dict_findattr()