reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 ListOfGlobals *next; 40 static ListOfGlobals *list_of_all_globals; 113 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { 148 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { 164 for (ListOfGlobals *l = list_of_all_globals; l; l = l->next) { 224 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals; 224 ListOfGlobals *l = new(allocator_for_globals) ListOfGlobals;