Searched defs:cmdopt_t (Results 1 - 2 of 2) sorted by relevance

/external/marisa-trie/tools/
H A Dcmdopt.h45 } cmdopt_t; typedef in typeref:struct:cmdopt_t_
47 // cmdopt_init() initializes a cmdopt_t for successive cmdopt_next()s.
48 void cmdopt_init(cmdopt_t *h, int argc, char **argv,
52 int cmdopt_get(cmdopt_t *h);
/external/marisa-trie/v0_1_5/tools/
H A Dcmdopt.h45 } cmdopt_t; typedef in typeref:struct:cmdopt_t_
47 // cmdopt_init() initializes a cmdopt_t for successive cmdopt_next()s.
48 void cmdopt_init(cmdopt_t *h, int argc, char **argv,
52 int cmdopt_get(cmdopt_t *h);

Completed in 101 milliseconds