Home
last modified time | relevance | path

Searched refs:max_operands (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtr.c1682 int max_operands; in main() local
1735 max_operands = 1 + (delete <= squeeze_repeats); in main()
1753 if (max_operands < non_option_args) in main()
1755 error (0, 0, _("extra operand %s"), quote (argv[optind + max_operands])); in main()