Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2emx/
Ddlfcn.c55 static DLLchain dlload = NULL; /* A simple chained list of DLL names */ variable
63 for (tmp = dlload; tmp; tmp = tmp->next) in find_id()
79 for (tmp = dlload; tmp; tmp = tmp->next) in dlopen()
89 tmp->next = dlload; in dlopen()
103 dlload = tmp; in dlopen()
204 dlload = tmp->next; in dlclose()