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

  /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 */
table.h 116 Getopt getopts_state;
proto.h 196 void ksh_getopt_reset ARGS((Getopt *, int));
197 int ksh_getopt ARGS((char **, Getopt *, const char *));
misc.c 354 Getopt go;
935 /* Initialize a Getopt structure */
938 Getopt *go;
950 /* getopt() used for shell built-in commands, the getopts command, and
977 Getopt *go;
c_sh.c 660 * getopt(1), use the construct: set -- `getopt ab:c "$@"`
787 Getopt opt;

Completed in 15 milliseconds