Lines Matching defs:f
362 #define ___last7(a, b, c, d, e, f, x) x argument
363 #define ___last8(a, b, c, d, e, f, g, x) x argument
364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
373 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
374 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
376 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
384 #define ___arrow6(a, b, c, d, e, f) a->b->c->d->e->f argument
385 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument
386 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument
387 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument
388 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument