|
IDZEBRA 2.2.8
|
Data Fields | |
| chr_t_entry * | input |
| chr_t_entry * | q_input |
| unsigned char * | output [256] |
| int | base_uppercase |
| NMEM | nmem |
| int chrmaptab_info::base_uppercase |
Definition at line 58 of file charmap.c.
Referenced by chrmaptab_create(), and fun_addentry().
| chr_t_entry* chrmaptab_info::input |
Definition at line 55 of file charmap.c.
Referenced by chr_map_input(), chr_map_input_x(), chrmaptab_create(), fun_add_map(), fun_addcut(), fun_addentry(), and fun_addspace().
| NMEM chrmaptab_info::nmem |
Definition at line 59 of file charmap.c.
Referenced by chrmaptab_create(), chrmaptab_destroy(), fun_add_map(), fun_addcut(), fun_addentry(), and fun_addspace().
| unsigned char* chrmaptab_info::output[256] |
Definition at line 57 of file charmap.c.
Referenced by chr_map_output(), chrmaptab_create(), and fun_addentry().
| chr_t_entry* chrmaptab_info::q_input |
Definition at line 56 of file charmap.c.
Referenced by chr_map_q_input(), and chrmaptab_create().