Searched refs:last_module (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/tools/fastmodels/
H A Dconfig.h50 struct component_config *first_module, *last_module; member in struct:config
H A Dconfig.c201 assert(cfg->last_module);
202 cfg->last_module->next= module;
203 cfg->last_module= module;
206 assert(!cfg->last_module);
208 cfg->last_module= module;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c244 * Return the actual exporting module in last_module, even if the
249 _find_export(dident functor, dident exporting_module, dident *last_module) argument
260 *last_module = exporting_module;
263 return _find_export(functor, pd->module_ref, last_module);
265 *last_module = exporting_module;
270 *last_module = exporting_module;

Completed in 42 milliseconds