HomeSort by: relevance | last modified time | path
    Searched defs:Getopt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm 16 package Autom4te::Getopt;
20 Autom4te::Getopt - GCS conforming parser for command line options
24 use Autom4te::Getopt;
37 use Getopt::Long ();
43 @EXPORT= qw/getopt/;
47 Wrapper around C<Getopt::Long>, trying to conform to the GNU
56 Getopt::Long::Configure ("bundling", "pass_through");
59 Getopt::Long::GetOptions (%option)
94 L<Getopt::Long>
  /src/bin/ksh/
sh.h 440 /* Values for Getopt.flags */
445 /* Values for Getopt.info */
458 } Getopt;
460 EXTERN Getopt builtin_opt; /* for shell builtin commands */
461 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */

Completed in 103 milliseconds