This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Codepage_l |
| struct | country_l |
Defines | |
| #define | mstoupper(c) mstoupper[(c) & 0x7F] |
Typedefs | |
| typedef Codepage_l | Codepage_t |
| typedef country_l | country_t |
Functions | |
| void | init_codepage (void) |
| unsigned char | to_dos (unsigned char c) |
| void | to_unix (char *a, int n) |
Variables | |
| Codepage_t * | Codepage |
| char * | mstoupper |
| country_t | countries [] |
| unsigned char | toucase [][128] |
| Codepage_t | codepages [] |
| char * | country_string |
|
|
Definition at line 19 of file codepage.h. Referenced by get_toupper(), and parse_one(). |
|
|
|
|
|
|
|
|
Referenced by read_config(). |
|
|
|
|
||||||||||||
|
Referenced by list_file(). |
|
|
Referenced by get_codepage(), and parse_one(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6