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