reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) { 226 l->next = list_of_all_globals; 227 list_of_all_globals = l;