Searched refs:ListOfGlobals (Results 1 – 1 of 1) sorted by relevance
32 struct ListOfGlobals { struct34 ListOfGlobals *next; argument39 static ListOfGlobals *list_of_all_globals;99 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in DescribeOrGetInfoIfGlobal()160 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { in RegisterGlobal()171 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; in RegisterGlobal()