HomeSort by relevance Sort by last modified time
    Searched refs:longindex (Results 1 - 4 of 4) sorted by null

  /external/marisa-trie/tools/
cmdopt.h 43 int longindex; // Index of the last long option. member in struct:cmdopt_t_
cmdopt.c 176 h->longindex = cmdopt_match(h);
177 if (h->longindex < 0) {
183 option = h->longopts + h->longindex;
214 h->longindex = 0;
259 h->longindex = 0;
274 h->longopts[h->longindex].name);
289 h->longopts[h->longindex].name, h->optarg);
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 43 int longindex; // Index of the last long option. member in struct:cmdopt_t_
cmdopt.c 176 h->longindex = cmdopt_match(h);
177 if (h->longindex < 0) {
183 option = h->longopts + h->longindex;
214 h->longindex = 0;
259 h->longindex = 0;
274 h->longopts[h->longindex].name);
289 h->longopts[h->longindex].name, h->optarg);

Completed in 92 milliseconds