Lines Matching refs:macros
66 struct ohash macros; variable
93 ohash_init(¯os, 10, ¯o_info); in init_macros()
102 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup()
110 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition()
144 i = ohash_qlookupi(¯os, name, &end); in create_entry()
145 n = ohash_find(¯os, i); in create_entry()
148 ohash_insert(¯os, i, n); in create_entry()
222 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all()
223 n = ohash_next(¯os, &i)) in macro_for_all()
260 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced()
261 p = ohash_next(¯os, &i)) in mark_traced()
311 for (n = ohash_first(¯os, &i); n != NULL; in dump_state()
312 n = ohash_next(¯os, &i)) in dump_state()