Lines Matching defs:args
279 string attr, args, type;
292 string_init (&args);
303 mangled = dlang_function_args (&args, mangled);
304 szargs = string_length (&args);
313 string_appendn (decl, args.b, szargs);
318 string_delete (&args);
1006 long args = strtol (mangled, &endptr, 10);
1008 if (endptr == NULL || args < 0)
1016 while (args--)
1019 if (args != 0)