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

/external/mksh/src/
H A Dsh.h1006 /* Values for Getopt.flags */
1011 /* Values for Getopt.info */
1028 } Getopt; typedef in typeref:struct:__anon14788
1030 EXTERN Getopt builtin_opt; /* for shell builtin commands */
1031 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
1287 Getopt getopts_state;
1938 void ksh_getopt_reset(Getopt *, int);
1939 int ksh_getopt(const char **, Getopt *, const char *);

Completed in 53 milliseconds