Searched defs:Getopt (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h946 /* Values for Getopt.flags */
951 /* Values for Getopt.info */
968 } Getopt; typedef in typeref:struct:__anon28023
970 EXTERN Getopt builtin_opt; /* for shell builtin commands */
971 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
1229 Getopt getopts_state;
1866 void ksh_getopt_reset(Getopt *, int);
1867 int ksh_getopt(const char **, Getopt *, const char *);

Completed in 39 milliseconds