Lines Matching full:im
68 int32_t im;
73 for (im = 0; im < MACRO_MAX; im++) {
77 dba_array_set(dba->macros, im, macro);
365 dba_macro_new(struct dba *dba, int32_t im, const char *value,
376 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np);
387 dba_macro_add(struct dba_array *macros, int32_t im, const char *value,
394 entry = get_macro_entry(dba_array_get(macros, im), value, 1);
408 int32_t im, pos_macros, pos_end;
411 im = 0;
413 dba_array_setpos(macros, im++, dba_tell());