Lines Matching refs:arguments
32 # algorithm on n arguments that recurses with one less argument each
33 # iteration will scan n * (n + 1) / 2 arguments, for O(n^2) time. In
36 # Thus, n iterations need only scan n arguments, for O(n) time.
45 # arguments, making these replacements very attractive for M4 1.4.x.
124 [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
125 [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
150 # m4_cond already guarantees either 3*n or 3*n + 1 arguments, 1 <= n.
178 # m4_bpatsubsts already validated an odd number of arguments; we only
202 # m4_shiftn already validated arguments; we only need to speed up
213 # This macro invokes all its arguments (in sequence, of course). It is
226 # Return ARGS as an unquoted list of double-quoted arguments.
255 [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
256 [$#], [1], [m4_fatal([$0: too few arguments: $#: $1])],
278 # arguments might be skipped before a separator is first printed, but