Home
last modified time | relevance | path

Searched defs:flag_record (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/network/medarch/server/
H A Dcmdline.c79 static struct flag_record { struct
80 char *flag; /* The name of the flag */
81 char *arg_note; /* The argument notation */
82 char *help_message; /* The associated help message */
83 FlagType type; /* The type of the flag */
84 short seen; /* Mark here if we've seen one. */
85 short option; /* Select options */
86 void *address; /* Where to store the result */
/dports/irc/evangeline/evangeline-msa/src/
H A Dflags.h10 struct flag_record { struct
11 int match;
12 int global;
13 int udef_global;
14 int bot;
15 int chan;
16 int udef_chan;
/dports/irc/evangeline/evangeline/src/
H A Dflags.h10 struct flag_record { struct
11 int match;
12 int global;
13 int udef_global;
14 int bot;
15 int chan;
16 int udef_chan;
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dflags.h26 struct flag_record { struct
27 int match;
28 int global;
29 int udef_global;
30 intptr_t bot;
31 int chan;
32 int udef_chan;