|
IDZEBRA 2.2.8
|
Data Fields | |
| char * | tabpath |
| char * | tabroot |
| NMEM | nmem |
| char | temp_map_str [2] |
| const char * | temp_map_ptr [2] |
| WRBUF | wrbuf_1 |
| int | no_files_read |
| zebra_map_t | map_list |
| zebra_map_t | last_map |
Definition at line 72 of file zebramap.c.
| zebra_map_t zebra_maps_s::last_map |
Definition at line 81 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), and zebra_maps_open().
| zebra_map_t zebra_maps_s::map_list |
Definition at line 80 of file zebramap.c.
Referenced by zebra_add_map(), zebra_map_get(), zebra_maps_close(), and zebra_maps_open().
| NMEM zebra_maps_s::nmem |
Definition at line 75 of file zebramap.c.
Referenced by parse_command(), zebra_add_map(), zebra_map_get_or_add(), zebra_maps_close(), and zebra_maps_open().
| int zebra_maps_s::no_files_read |
Definition at line 79 of file zebramap.c.
Referenced by zebra_map_get_or_add(), zebra_maps_open(), and zebra_maps_read_file().
| char* zebra_maps_s::tabpath |
Definition at line 73 of file zebramap.c.
Referenced by parse_command(), zebra_charmap_get(), zebra_maps_open(), and zebra_maps_read_file().
| char* zebra_maps_s::tabroot |
Definition at line 74 of file zebramap.c.
Referenced by parse_command(), zebra_charmap_get(), zebra_maps_open(), and zebra_maps_read_file().
| const char* zebra_maps_s::temp_map_ptr[2] |
Definition at line 77 of file zebramap.c.
Referenced by zebra_maps_input(), zebra_maps_open(), and zebra_maps_search().
| char zebra_maps_s::temp_map_str[2] |
Definition at line 76 of file zebramap.c.
Referenced by zebra_maps_input(), zebra_maps_open(), and zebra_maps_search().
| WRBUF zebra_maps_s::wrbuf_1 |
Definition at line 78 of file zebramap.c.
Referenced by zebra_maps_close(), zebra_maps_open(), and zebra_replace().