Lines Matching refs:macros
67 struct ohash macros; variable
92 ohash_init(¯os, 10, ¯o_info); in init_macros()
101 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup()
109 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition()
143 i = ohash_qlookupi(¯os, name, &end); in create_entry()
144 n = ohash_find(¯os, i); in create_entry()
147 ohash_insert(¯os, i, n); in create_entry()
221 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all()
222 n = ohash_next(¯os, &i)) in macro_for_all()
259 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced()
260 p = ohash_next(¯os, &i)) in mark_traced()