Searched refs:USER_MAP (Results 1 – 6 of 6) sorted by relevance
307 set_inverse_transl(vc_cons[i].d, p, USER_MAP); in update_user_maps()335 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_old()344 unsigned short *p = translations[USER_MAP]; in con_get_trans_old()366 memcpy(translations[USER_MAP], inbuf, sizeof(inbuf)); in con_set_trans_new()377 memcpy(outbuf, translations[USER_MAP], sizeof(outbuf)); in con_get_trans_new()794 unsigned short uni = translations[USER_MAP][c]; in conv_8bit_to_uni()802 if (translations[USER_MAP][c] == uni || in conv_uni_to_8bit()803 (translations[USER_MAP][c] == (c | 0xf000) && uni == c)) in conv_uni_to_8bit()
2145 *charset = USER_MAP; in vc_setGx()
13 #define USER_MAP 3 macro
37 USER_MAP User defined ESC ( K
34 USER_MAP User defined ESC ( K
29 USER_MAP User defined ESC ( K
Completed in 13 milliseconds