Searched defs:getopt_state (Results 1 – 1 of 1) sorted by relevance
16 struct getopt_state { struct17 int opterr; /* if error message should be printed */18 int optind; /* index into parent argv vector */19 int optopt; /* character checked for validity */20 int optreset; /* reset getopt */21 char *optarg; /* argument associated with option */23 char *place; /* option letter processing */26 int nonopt_start;27 int nonopt_end;