Lines Matching full:argument
135 Specifying this option without an argument is equivalent to specifying
136 it with the argument
223 With one single argument, the end comment sequence is set
235 With one single argument, the close quote sequence is set
238 Decrements the argument
241 The argument
245 Define a new macro named by the first argument
248 value of the second argument
256 argument.
269 Returns the quoted definition for each argument.
280 macro allows you to select a new output queue (an invalid argument
290 Prints the first argument on the standard error output stream.
292 Passes its first argument to a shell and returns the shell's standard output.
296 Computes the first argument as an arithmetic expression using 32-bit
302 The optional second argument
304 specifies the radix for the result and the optional third argument
322 If the macro named by the first argument is defined then return the second
323 argument, otherwise the third.
324 If there is no third argument, the value is
330 If the first argument
332 matches the second argument
337 the third argument
341 zero or one arguments left, either this last argument or
345 Returns the contents of the file specified in the first argument.
354 Increments the argument by 1.
355 The argument must be a valid numeric string.
357 Returns the index of the second argument in the first argument (e.g.,
361 argument is not found index returns \-1.
363 Indirectly calls the macro whose name is passed as the first argument,
366 Returns the number of characters in the first argument.
370 Immediately exits with the return value specified by the first argument,
390 on the first argument, and returns the modified string.
394 Includes the contents of the file specified by the first argument without
411 definition for each argument.
422 If a third argument
425 Returns all but the first argument, the remaining arguments are
439 Returns a substring of the first argument starting at the offset specified
440 by the second argument and the length specified by the third argument.
441 If no third argument is present it returns the rest of the string.
443 Passes the first argument to the shell.
450 macros if no argument is given.
453 macros if no argument is given.
455 Transliterate the characters in the first argument from the set
456 given by the second argument to the set given by the third.