HomeSort by relevance Sort by last modified time
    Searched defs:Getopt (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 2 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...)
    [all...]
  /external/mksh/src/
sh.h 751 /* Values for Getopt.flags */
756 /* Values for Getopt.info */
769 } Getopt;
771 EXTERN Getopt builtin_opt; /* for shell builtin commands */
772 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
1005 Getopt getopts_state;
    [all...]

Completed in 43 milliseconds