Lines Matching full:arg_count
1817 arg_count = match_argument(action, 'A')
1823 if arg_count == 0 and option_string[1] not in chars:
1838 elif arg_count == 1:
1856 arg_count = match_argument(action, selected_patterns)
1857 stop = start + arg_count
1882 for action, arg_count in zip(positionals, arg_counts):
1883 args = arg_strings[start_index: start_index + arg_count]
1884 start_index += arg_count