Searched refs:arg_character (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/
H A Dshell.c809 int arg_character, on_or_off, next_arg, i; local
829 while (arg_character = arg_string[i++])
831 switch (arg_character)
877 if (change_flag (arg_character, on_or_off) == FLAG_ERROR)
879 report_error (_("%c%c: invalid option"), on_or_off, arg_character);

Completed in 69 milliseconds