Searched refs:nth_arg (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | opt-functions.awk | 51 function nth_arg(n, s) function 89 return nth_arg(0, opt_args("Var", flags)) 133 s = nth_arg(1, opt_args("Var", flags)) 144 s = nth_arg(0, opt_args("InverseMask", flags));
|
| HD | opth-gen.awk | 130 print "#define " macro nth_arg(1, opt) \ 131 " ((" vname " & " mask nth_arg(0, opt) ") == 0)"
|
| HD | ChangeLog-2005 | 28807 * opt-functions.awk (opt_args, nth_arg): New functions. 28810 (var_name): Use opt_args and nth_arg.
|