FreeNOS
|
Go to the source code of this file.
Functions | |
static void | teken_scs_set (teken_t *t, unsigned int g, teken_scs_t *ts) |
static void | teken_scs_switch (teken_t *t, unsigned int g) |
static void | teken_scs_restore (teken_t *t) |
static void | teken_scs_save (teken_t *t) |
static teken_char_t | teken_scs_process (teken_t *t, teken_char_t c) |
static teken_char_t | teken_scs_special_graphics (teken_char_t c) |
static teken_char_t | teken_scs_uk_national (teken_char_t c) |
static teken_char_t | teken_scs_us_ascii (teken_char_t c) |
Variables | |
static const uint16_t | teken_boxdrawing [31] |
|
static |
Definition at line 58 of file teken_scs.h.
|
static |
Definition at line 44 of file teken_scs.h.
|
static |
Definition at line 51 of file teken_scs.h.
|
static |
Definition at line 30 of file teken_scs.h.
|
static |
Definition at line 73 of file teken_scs.h.
References teken_boxdrawing.
Referenced by teken_subr_g0_scs_special_graphics(), and teken_subr_g1_scs_special_graphics().
|
static |
Definition at line 37 of file teken_scs.h.
|
static |
Definition at line 83 of file teken_scs.h.
Referenced by teken_subr_g0_scs_uk_national(), and teken_subr_g1_scs_uk_national().
|
static |
Definition at line 93 of file teken_scs.h.
Referenced by teken_subr_do_reset(), teken_subr_g0_scs_us_ascii(), and teken_subr_g1_scs_us_ascii().
|
static |
Definition at line 65 of file teken_scs.h.
Referenced by teken_scs_special_graphics().