Home
last modified time | relevance | path

Searched refs:doh_setattr (Results 1 – 6 of 6) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/DOH/
H A Ddohint.h29 int (*doh_setattr) (DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
H A Dbase.c349 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 Ddohobj.h22 int (*doh_setattr)(DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
H A Dbase.c230 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 Ddohobj.h22 int (*doh_setattr)(DOH *obj, DOH *name, DOH *value); /* Set attribute */ member
H A Dbase.c230 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()