OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmdopt_t
(Results
1 - 14
of
14
) sorted by null
/external/marisa-trie/tools/
cmdopt.h
45
}
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);
cmdopt.c
10
static void cmdopt_shift(
cmdopt_t
*h) {
25
static void cmdopt_next(
cmdopt_t
*h) {
31
static int cmdopt_check(
cmdopt_t
*h) {
48
static void cmdopt_getopt(
cmdopt_t
*h) {
65
static int cmdopt_search(
cmdopt_t
*h) {
120
static int cmdopt_match(
cmdopt_t
*h) {
151
static void cmdopt_getopt_long(
cmdopt_t
*h) {
169
static int cmdopt_search_long(
cmdopt_t
*h) {
207
static int cmdopt_main(
cmdopt_t
*h) {
241
// cmdopt_init() initializes a
cmdopt_t
for successive cmdopt_get()s
[
all
...]
marisa-lookup.cc
82
::
cmdopt_t
cmdopt;
marisa-build.cc
131
::
cmdopt_t
cmdopt;
marisa-find.cc
155
::
cmdopt_t
cmdopt;
marisa-predict.cc
114
::
cmdopt_t
cmdopt;
marisa-benchmark.cc
343
::
cmdopt_t
cmdopt;
/external/marisa-trie/v0_1_5/tools/
cmdopt.h
45
}
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);
cmdopt.c
10
static void cmdopt_shift(
cmdopt_t
*h) {
25
static void cmdopt_next(
cmdopt_t
*h) {
31
static int cmdopt_check(
cmdopt_t
*h) {
48
static void cmdopt_getopt(
cmdopt_t
*h) {
65
static int cmdopt_search(
cmdopt_t
*h) {
120
static int cmdopt_match(
cmdopt_t
*h) {
151
static void cmdopt_getopt_long(
cmdopt_t
*h) {
169
static int cmdopt_search_long(
cmdopt_t
*h) {
207
static int cmdopt_main(
cmdopt_t
*h) {
241
// cmdopt_init() initializes a
cmdopt_t
for successive cmdopt_get()s
[
all
...]
marisa_alpha-lookup.cc
82
::
cmdopt_t
cmdopt;
marisa_alpha-build.cc
131
::
cmdopt_t
cmdopt;
marisa_alpha-find.cc
155
::
cmdopt_t
cmdopt;
marisa_alpha-predict.cc
114
::
cmdopt_t
cmdopt;
marisa_alpha-benchmark.cc
343
::
cmdopt_t
cmdopt;
Completed in 1005 milliseconds