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

  /src/external/gpl2/texinfo/dist/info/
info.c 154 int getopt_long_index; /* Index returned by getopt_long (). */
175 (argc, argv, short_options, long_options, &getopt_long_index);
182 if (option_character == 0 && long_options[getopt_long_index].flag == 0)
183 option_character = long_options[getopt_long_index].val;
153 int getopt_long_index; \/* Index returned by getopt_long (). *\/ local
infokey.c 96 int getopt_long_index; /* Index returned by getopt_long (). */
114 (argc, argv, short_options, long_options, &getopt_long_index);
121 if (option_character == 0 && long_options[getopt_long_index].flag == 0)
122 option_character = long_options[getopt_long_index].val;
95 int getopt_long_index; \/* Index returned by getopt_long (). *\/ local

Completed in 26 milliseconds