14     dobj->ident = strdup(sobj->ident);
 
   19     int key = (
int)(THIS->key) >> 16;
 
   20     if (aisc_d_flags[key] == 0) 
return -1;
 
   21     if (!((THIS->parent))) { 
return 0; }
 
   22     return THIS->parent->cnt;
 
   26     int key = (
int)(THIS->key) >> 16;
 
   27     if (aisc_d_flags[key] == 0) 
return NULp;
 
   28     if (!THIS->parent) { 
return NULp; }
 
   29     return THIS->parent->parent;
 
   33     int key = (
int)(THIS->key) >> 16;
 
   34     if (aisc_d_flags[key] == 0) 
return NULp;
 
   35     if (!THIS->parent) { 
return NULp; }
 
   36     return THIS->parent->last;
 
dllheader_ext * get_COMMON_PARENT(dll_header *THIS)
int get_COMMON_CNT(dll_header *THIS)
int move_dll_header(const dll_header *sobj, dll_header *dobj)
aisc_cstring aisc_get_keystring(int *obj)
dllheader_ext * get_COMMON_LAST(dll_header *THIS)
const char * aisc_get_object_names(long i)
dll_public * create_dll_public()
aisc_cstring aisc_get_keystring_dll_header(dll_header *x)