IDZEBRA
2.2.7
|
Data Fields | |
const char * | id |
int | completeness |
int | positioned |
int | alwaysmatches |
int | first_in_field |
int | type |
int | use_chain |
int | debug |
union { | |
struct { | |
int entry_size | |
} sort | |
} | u |
chrmaptab | maptab |
const char * | maptab_name |
zebra_maps_t | zebra_maps |
WRBUF | input_str |
WRBUF | print_str |
size_t | simple_off |
struct zebra_map * | next |
Definition at line 43 of file zebramap.c.
int zebra_map::alwaysmatches |
Definition at line 47 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), and zebra_maps_is_alwaysmatches().
int zebra_map::completeness |
Definition at line 45 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_map_get_or_add(), zebra_maps_attr(), and zebra_maps_is_complete().
int zebra_map::debug |
Definition at line 51 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_map_tokenize_next(), and zebra_map_tokenize_start().
int zebra_map::entry_size |
Definition at line 54 of file zebramap.c.
int zebra_map::first_in_field |
Definition at line 48 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), and zebra_maps_is_first_in_field().
const char* zebra_map::id |
Definition at line 44 of file zebramap.c.
Referenced by zebra_add_map(), and zebra_map_get().
WRBUF zebra_map::input_str |
Definition at line 66 of file zebramap.c.
Referenced by tokenize_simple(), zebra_add_map(), zebra_map_tokenize_start(), zebra_maps_close(), and zebra_replace().
chrmaptab zebra_map::maptab |
Definition at line 57 of file zebramap.c.
Referenced by zebra_add_map(), zebra_charmap_get(), zebra_maps_close(), zebra_maps_input(), zebra_maps_output(), and zebra_maps_search().
const char* zebra_map::maptab_name |
Definition at line 58 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_charmap_get(), and zebra_map_get_or_add().
struct zebra_map* zebra_map::next |
Definition at line 69 of file zebramap.c.
Referenced by zebra_add_map(), zebra_map_get(), and zebra_maps_close().
int zebra_map::positioned |
Definition at line 46 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_map_get_or_add(), and zebra_maps_is_positioned().
WRBUF zebra_map::print_str |
Definition at line 67 of file zebramap.c.
Referenced by zebra_add_map(), zebra_map_tokenize_next(), zebra_map_tokenize_start(), and zebra_maps_close().
size_t zebra_map::simple_off |
Definition at line 68 of file zebramap.c.
Referenced by tokenize_simple(), and zebra_map_tokenize_start().
struct { ... } zebra_map::sort |
Referenced by parse_command(), and zebra_maps_define_default_sort().
int zebra_map::type |
Definition at line 49 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_maps_is_index(), zebra_maps_is_sort(), and zebra_maps_is_staticrank().
union { ... } zebra_map::u |
Referenced by parse_command(), and zebra_maps_define_default_sort().
int zebra_map::use_chain |
Definition at line 50 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_map_tokenize_next(), zebra_map_tokenize_start(), and zebra_maps_is_icu().
zebra_maps_t zebra_map::zebra_maps |
Definition at line 59 of file zebramap.c.
Referenced by zebra_add_map(), zebra_charmap_get(), zebra_maps_input(), zebra_maps_search(), and zebra_replace().