Lines Matching defs:arg
280 void (*fn) (const OBJ_NAME *, void *arg);281 void *arg;287 d->fn(name, d->arg);292 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),293 void *arg)299 d.arg = arg;329 void (*fn) (const OBJ_NAME *, void *arg),330 void *arg)346 fn(d.names[n], arg);