Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/info/
Dinfo.c151 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local
172 (argc, argv, short_options, long_options, &getopt_long_index); in main()
179 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()
180 option_character = long_options[getopt_long_index].val; in main()
Dinfokey.c93 int getopt_long_index; /* Index returned by getopt_long (). */ in main() local
111 (argc, argv, short_options, long_options, &getopt_long_index); in main()
118 if (option_character == 0 && long_options[getopt_long_index].flag == 0) in main()
119 option_character = long_options[getopt_long_index].val; in main()