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

/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm2 package Getopt::Mixed;
9 # Note that RCS revision 1.23 => $Getopt::Mixed::VERSION = "1.023"
151 # You can override this by setting $Getopt::Mixed::badOption to a
182 # You can override this by setting $Getopt::Mixed::checkArg to a
393 Getopt::Mixed - getopt processing with both long and short options
397 use Getopt::Mixed;
398 Getopt::Mixed::getOptions(...option-descriptions...);
403 use Getopt::Mixed "nextOption";
404 Getopt::Mixed::init(...option-descriptions...);
408 Getopt
[all...]
/external/mksh/src/
H A Dsh.h797 /* Values for Getopt.flags */
802 /* Values for Getopt.info */
819 } Getopt; typedef in typeref:struct:__anon8181
821 EXTERN Getopt builtin_opt; /* for shell builtin commands */
822 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
1085 Getopt getopts_state;
1758 void ksh_getopt_reset(Getopt *, int);
1759 int ksh_getopt(const char **, Getopt *, const char *);

Completed in 162 milliseconds