Searched refs:doh_setattr (Results 1 – 6 of 6) sorted by relevance
/dports/devel/swig/swig-4.0.2/Source/DOH/ |
H A D | dohint.h | 29 int (*doh_setattr) (DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
|
H A D | base.c | 349 if (objinfo->doh_hash && objinfo->doh_hash->doh_setattr) { in DohSetattr() 350 return (objinfo->doh_hash->doh_setattr) (b, (DOH *) name, (DOH *) value); in DohSetattr()
|
/dports/devel/cscout/cscout-bd7dfac/swill/Source/Objects/ |
H A D | dohobj.h | 22 int (*doh_setattr)(DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
|
H A D | base.c | 230 if (objinfo->doh_hash && objinfo->doh_hash->doh_setattr) { in DohSetattr() 231 return (objinfo->doh_hash->doh_setattr)(b,(DOH *) name,(DOH *) value); in DohSetattr()
|
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/Objects/ |
H A D | dohobj.h | 22 int (*doh_setattr)(DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
|
H A D | base.c | 230 if (objinfo->doh_hash && objinfo->doh_hash->doh_setattr) { in DohSetattr() 231 return (objinfo->doh_hash->doh_setattr)(b,(DOH *) name,(DOH *) value); in DohSetattr()
|