Lines Matching defs:arg
406 void *arg = va_arg(args, void *);408 #define MAP(id, var) case id: *(RECAST(id, arg)) = var; break410 if (!arg)