Home
last modified time | relevance | path

Searched refs:DohListType (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cscout/cscout-bd7dfac/swill/Source/Objects/
H A Dlist.c25 extern DohObjInfo DohListType;
57 return DohObjMalloc(&DohListType, nl); in CopyList()
306 DohObjInfo DohListType = { variable
351 return DohObjMalloc(&DohListType,l); in DohNewList()
H A Ddoh.h110 #define DohListType DOH_NAMESPACE(ListType) macro
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/Objects/
H A Dlist.c25 extern DohObjInfo DohListType;
57 return DohObjMalloc(&DohListType, nl); in CopyList()
306 DohObjInfo DohListType = { variable
351 return DohObjMalloc(&DohListType,l); in DohNewList()
H A Ddoh.h110 #define DohListType DOH_NAMESPACE(ListType) macro
/dports/devel/swig/swig-4.0.2/Source/DOH/
H A Dlist.c24 extern DohObjInfo DohListType;
55 return DohObjMalloc(&DohListType, nl); in CopyList()
314 DohObjInfo DohListType = { variable
360 return DohObjMalloc(&DohListType, l); in DohNewList()
H A Dmemory.c175 extern DohObjInfo DohListType; in DohMemoryDebug()
202 else if (p->ptr[i].type == &DohListType) in DohMemoryDebug()
H A Ddoh.h118 #define DohListType DOH_NAMESPACE(ListType) macro