Home
last modified time | relevance | path

Searched refs:DBCS_JPNU (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c612 if (enc_dbcs == DBCS_JPNU) in screen_line()
1561 if (enc_dbcs == DBCS_JPNU && c == 0x8e) in screen_puts_len()
1612 || (enc_dbcs == DBCS_JPNU in screen_puts_len()
1709 else if (enc_dbcs == DBCS_JPNU && c == 0x8e) in screen_puts_len()
2216 if (enc_dbcs == DBCS_JPNU && ScreenLines[off] == 0x8e) in screen_char()
2612 && (enc_dbcs == DBCS_JPNU) == (ScreenLines2 != NULL) in screenalloc()
2676 if (enc_dbcs == DBCS_JPNU) in screenalloc()
2788 if (enc_dbcs == DBCS_JPNU) in screenalloc()
2819 if (enc_dbcs == DBCS_JPNU && ScreenLines2 != NULL) in screenalloc()
3052 if (enc_dbcs == DBCS_JPNU) in linecopy()
[all …]
H A Dmbyte.c232 {"euc-jp", ENC_DBCS, DBCS_JPNU},
863 case DBCS_JPNU: // ? in dbcs_class()
1642 if (enc_dbcs == DBCS_JPNU && *p == 0x8e) in dbcs_ptr2cells()
1685 if (size <= 1 || (enc_dbcs == DBCS_JPNU && *p == 0x8e)) in dbcs_ptr2cells_len()
1706 if (enc_dbcs == DBCS_JPNU && ((unsigned)c >> 8) == 0x8e) in dbcs_char2cells()
1747 if (enc_dbcs == DBCS_JPNU && ScreenLines[off] == 0x8e) in dbcs_off2cells()
3830 || (enc_dbcs == DBCS_JPNU && p[-1] == 0x8e) in dbcs_screen_head_off()
3842 if (enc_dbcs == DBCS_JPNU && *q == 0x8e) in dbcs_screen_head_off()
4257 || (enc_dbcs == DBCS_JPNU && *p == 0x8e) in dbcs_screen_tail_off()
H A Ddrawscreen.c940 else if (enc_dbcs == DBCS_JPNU && *p == 0x8e) in text_to_screenline()
2927 if (enc_dbcs == DBCS_JPNU) in redraw_asap()
2955 if (enc_dbcs == DBCS_JPNU) in redraw_asap()
2987 if (enc_dbcs == DBCS_JPNU) in redraw_asap()
3005 if (enc_dbcs == DBCS_JPNU) in redraw_asap()
H A Dcharset.c109 else if (enc_dbcs == DBCS_JPNU && c == 0x8e) in buf_init_chartab()
122 || (enc_dbcs == DBCS_JPNU && c == 0x8e) in buf_init_chartab()
689 if (enc_dbcs == DBCS_JPNU && ((unsigned)c >> 8) == 0x8e) in char2cells()
H A Dgui.c2178 if (enc_dbcs == DBCS_JPNU && ScreenLines[off] == 0x8e) in gui_screenchar()
2237 else if (enc_dbcs == DBCS_JPNU) in gui_screenstr()
2636 if (enc_dbcs == DBCS_JPNU) in gui_outstr_nowrap()
2825 else if (enc_dbcs == DBCS_JPNU && ScreenLines[off] == 0x8e) in gui_redraw_block()
2853 if (enc_dbcs == DBCS_JPNU) in gui_redraw_block()
H A Dclipboard.c1105 if (enc_dbcs == DBCS_JPNU && p[i] == 0x8e) in clip_copy_modeless_selection()
H A Dglobals.h997 #define DBCS_JPNU 9932 // euc-jp macro
H A Ddrawline.c2885 if (enc_dbcs == DBCS_JPNU) in win_line()
H A Dmessage.c219 else if (enc_dbcs == DBCS_JPNU) in msg_strtrunc()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3537 (like for DBCS_JPNU) and put a zero in the second byte (like for UTF-8).