Home
last modified time | relevance | path

Searched refs:getopt_long_index (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo.c153 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local
174 (argc, argv, short_options, long_options, &getopt_long_index); in main()
181 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()
182 option_character = long_options[getopt_long_index].val; in main()
H A Dinfokey.c95 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local
113 (argc, argv, short_options, long_options, &getopt_long_index); in main()
120 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()
121 option_character = long_options[getopt_long_index].val; in main()