codepage.h File Reference

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_tCodepage
char * mstoupper
country_t countries []
unsigned char toucase [][128]
Codepage_t codepages []
char * country_string


Define Documentation

#define mstoupper c   )     mstoupper[(c) & 0x7F]
 

Definition at line 19 of file codepage.h.

Referenced by get_toupper(), and parse_one().


Typedef Documentation

typedef struct Codepage_l Codepage_t
 

typedef struct country_l country_t
 


Function Documentation

void init_codepage void   ) 
 

Referenced by read_config().

unsigned char to_dos unsigned char  c  ) 
 

void to_unix char *  a,
int  n
 

Referenced by list_file().


Variable Documentation

Codepage_t* Codepage
 

Referenced by get_codepage(), and parse_one().

Codepage_t codepages[]
 

country_t countries[]
 

Definition at line 408 of file toupper.c.

char* country_string
 

Definition at line 56 of file config.c.

char* mstoupper
 

unsigned char toucase[][128]
 

Definition at line 30 of file toupper.c.


Generated on Fri Apr 14 23:03:49 2006 for minix by  doxygen 1.4.6