Getopt
Getopt opt;
Getopt builtin_opt;
Getopt user_opt;
Getopt go;
ksh_getopt_reset(Getopt *go, int flags)
ksh_getopt(char **argv, Getopt *go, const char *options)
extern Getopt builtin_opt; /* for shell builtin commands */
extern Getopt user_opt; /* parsing state for getopts builtin command */
void ksh_getopt_reset(Getopt *, int);
int ksh_getopt(char **, Getopt *, const char *);
Getopt getopts_state;