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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c155 pd->nextproc = pd->next_in_mod = 0;
195 pd->next_in_mod = module_property->procedures;
506 for (pd = ModuleItem(mod)->procedures; pd; pd = pd->next_in_mod)
1117 for (def = ModuleItem(mod)->procedures; def; def = def->next_in_mod)
1542 pd->next_in_mod = module_property->procedures;
1664 for(pd = procs_in_module; pd; pd = pd->next_in_mod)
1720 procs_in_module = pd->next_in_mod;
H A Ddict.h143 struct pri *next_in_mod; /* next pri in same module */ member in struct:pri
H A Dbip_db.c587 for (; pd; pd = pd->next_in_mod)

Completed in 49 milliseconds