Home
last modified time | relevance | path

Searched refs:get_optind (Results 1 – 12 of 12) sorted by relevance

/dports/editors/hexcurse/hexcurse-1.60.0/include/
H A Dhgetopt.h121 extern int get_optind (void);
140 extern int get_optind ();
152 #define optind get_optind ()
158 #define get_optind() (optind) macro
/dports/sysutils/cmdwatch/cmdwatch-0.2.0/
H A Dgetopt.h118 extern int get_optind (void);
137 extern int get_optind ();
149 #define optind get_optind ()
155 #define get_optind() (optind) macro
H A Dgetopt1.c58 int get_optind (void) {return optind;} in get_optind() function
/dports/games/simutrans/simutrans-121.0/nettools/
H A Dnettool.cc530 if (fetchopt.get_optind() >= argc) { in main()
557 if (strcmp(commands[cmdindex].name, argv[fetchopt.get_optind()]) == 0) { in main()
559 if (fetchopt.get_optind() + commands[cmdindex].numargs >= argc) { in main()
627 const int first_arg = fetchopt.get_optind() + 1; in main()
/dports/games/simutrans/simutrans-121.0/utils/
H A Dfetchopt.h92 int get_optind();
H A Dfetchopt.cc24 int Fetchopt_t::get_optind() { in get_optind() function in Fetchopt_t
/dports/comms/unixcw/unixcw-3.5.1/src/cwutils/
H A Dcmdline.h41 extern int get_optind(void);
H A Dcmdline.c294 int get_optind(void) in get_optind() function
397 if (get_optind() != argc) { in cw_process_argv()
/dports/comms/xcwcp/unixcw-3.5.1/src/cwutils/
H A Dcmdline.h41 extern int get_optind(void);
H A Dcmdline.c294 int get_optind(void) in get_optind() function
397 if (get_optind() != argc) { in cw_process_argv()
/dports/comms/xcwcp/unixcw-3.5.1/src/cwgen/
H A Dcwgen.c341 if (get_optind() != argc) { in cwgen_parse_command_line()
/dports/comms/unixcw/unixcw-3.5.1/src/cwgen/
H A Dcwgen.c341 if (get_optind() != argc) { in cwgen_parse_command_line()