Home
last modified time | relevance | path

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

/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c1733 dictionary *dldict; /* The address of the dictionary in same */ local
1830 dldict=(dictionary *)dlsym(dlhandle,"_rxdictionary");
1833 dldict=(dictionary *)dlsym(dlhandle,"rxdictionary");
1836 if(dldict)
1837 while(dldict->name){
1838 funcinit(dldict->name,dlhandle,dldict->function,saa);
1840 if(!dlfunc&&!strcasecmp(dldict->name,callname))
1841 dlfunc=dldict->function; /* ...this is the required fn */
1842 dldict++;