Go to the source code of this file.
Classes | |
| struct | mark |
Functions | |
| void | lang_init (void) |
| void | conv2latin (unsigned char *p, int n, int lang) |
| void | init_enhance (struct enhance *eh) |
| void | add_enhance (struct enhance *eh, int dcode, unsigned int *t) |
| void | enhance (struct enhance *eh, struct vt_page *vtp) |
Variables | |
| int | latin1 = -1 |
| static unsigned char | lang_char [256] |
| static struct mark | marks [16] |
| static unsigned char | g2map_latin1 [] |
| static unsigned char | g2map_latin2 [] |
| void lang_init | ( | void | ) |
Definition at line 93 of file lang.c.
Referenced by vbi_open().
| void conv2latin | ( | unsigned char * | p, | |
| int | n, | |||
| int | lang | |||
| ) |
| void init_enhance | ( | struct enhance * | eh | ) |
| void add_enhance | ( | struct enhance * | eh, | |
| int | dcode, | |||
| unsigned int * | t | |||
| ) |
Definition at line 142 of file lang.c.
Referenced by vbi_send_page().
| int latin1 = -1 |
Definition at line 5 of file lang.c.
Referenced by TeletextDecoder::Decode(), enhance(), and vt_line().
unsigned char lang_char[256] [static] |
Definition at line 7 of file lang.c.
Referenced by conv2latin(), and lang_init().
Referenced by TV::customEvent(), and enhance().
unsigned char g2map_latin1[] [static] |
unsigned char g2map_latin2[] [static] |
1.6.3