Home | History | Annotate | Download | only in m4

Lines Matching defs:macros

66 struct ohash macros;
93 ohash_init(&macros, 10, &macro_info);
102 return ohash_find(&macros, ohash_qlookup(&macros, name));
110 p = ohash_find(&macros, ohash_qlookup(&macros, name));
144 i = ohash_qlookupi(&macros, name, &end);
145 n = ohash_find(&macros, i);
148 ohash_insert(&macros, i, n);
222 for (n = ohash_first(&macros, &i); n != NULL;
223 n = ohash_next(&macros, &i))
260 for (p = ohash_first(&macros, &i); p != NULL;
261 p = ohash_next(&macros, &i))
311 for (n = ohash_first(&macros, &i); n != NULL;
312 n = ohash_next(&macros, &i))