| /vim-8.2.3635/src/ |
| H A D | getchar.c | 284 temp[0] = K_SPECIAL; in add_char_buff() 1116 buf[0] = K_SPECIAL; in ins_char_typebuf() 1124 buf[idx] = K_SPECIAL; in ins_char_typebuf() 1701 if (c == K_SPECIAL in vgetc() 2304 && c == K_SPECIAL in at_ctrl_x_key() 2432 tb_c1 = K_SPECIAL; in handle_mapping() 2436 if (tb_c1 == K_SPECIAL) in handle_mapping() 3426 nop_buf[0] = K_SPECIAL; in vgetorpeek() 3616 *p++ = K_SPECIAL; in fix_input_buffer() 3640 p[0] = K_SPECIAL; in fix_input_buffer() [all …]
|
| H A D | map.c | 1130 if (c == K_SPECIAL && str[1] != NUL && str[2] != NUL) in translate_mapping() 1492 if (vim_strbyte(mp->m_keys, K_SPECIAL) != NULL) in check_abbr() 1531 if (IS_SPECIAL(c) || c == K_SPECIAL) in check_abbr() 1533 tb[j++] = K_SPECIAL; in check_abbr() 1702 *d++ = K_SPECIAL; in vim_unescape_csi() 1705 else if ((s[0] == K_SPECIAL || s[0] == CSI) in vim_unescape_csi() 1768 if (p[0] == K_SPECIAL && p[1] == KS_EXTRA in makemap() 1872 if (*p == K_SPECIAL || *p == NL) in makemap() 1965 if (c == K_SPECIAL && what != 2) in put_escstr() 1974 if (c == K_SPECIAL) in put_escstr() [all …]
|
| H A D | keymap.h | 29 #define K_SPECIAL (0x80) macro 135 #define K_SECOND(c) ((c) == K_SPECIAL ? KS_SPECIAL : (c) == NUL ? KS_ZERO : KEY2TERMCAP0(c)) 137 #define K_THIRD(c) (((c) == K_SPECIAL || (c) == NUL) ? KE_FILLER : KEY2TERMCAP1(c)) 142 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == KS_ZERO ? K_ZERO : TERMCAP2KEY(…
|
| H A D | term.c | 3331 if (c == K_SPECIAL) in get_bytes_from_buf() 4585 string[new_slen++] = K_SPECIAL; in modifiers2keycode() 4914 string[new_slen++] = K_SPECIAL; in handle_key_with_modifier() 5356 if (*tp == K_SPECIAL) in check_termcode() 5850 string[new_slen++] = K_SPECIAL; in check_termcode() 5964 result[dlen++] = K_SPECIAL; in replace_termcodes() 5997 result[dlen++] = K_SPECIAL; in replace_termcodes() 6030 result[dlen++] = K_SPECIAL; in replace_termcodes() 6105 if (*src == K_SPECIAL) in replace_termcodes() 6107 result[dlen++] = K_SPECIAL; in replace_termcodes() [all …]
|
| H A D | userfunc.c | 484 if (name[0] == K_SPECIAL) in set_ufunc_name() 1662 if (*name == K_SPECIAL) in emsg_funcname() 1808 fname_buf[0] = K_SPECIAL; in fname_trans_sid() 1855 buffer[0] = K_SPECIAL; in find_func_with_sid() 1894 if (name[0] == K_SPECIAL in find_func_even_dead() 1953 return ufunc->uf_name[0] != K_SPECIAL; in func_is_global() 2950 buf[0] = K_SPECIAL; in delete_script_functions() 3673 name[0] = K_SPECIAL; in trans_function_name() 3776 name[0] = K_SPECIAL; in trans_function_name() 3804 if (*name == K_SPECIAL && in_vim9script()) in untrans_function_name() [all …]
|
| H A D | debugger.c | 441 if (debug_breakpoint_name[0] == K_SPECIAL in dbg_check_breakpoint() 935 if (!is_file && fname[0] == K_SPECIAL) in debuggy_find()
|
| H A D | usercmd.c | 1698 for (ksp = p; *ksp != NUL && *ksp != K_SPECIAL; ++ksp) in do_ucmd() 1700 if (*ksp == K_SPECIAL in do_ucmd() 1718 *q++ = ksp[1] == KS_SPECIAL ? K_SPECIAL : CSI; in do_ucmd()
|
| H A D | profiler.c | 492 if (fp->uf_name[0] == K_SPECIAL) in prof_sort_list() 747 if (fp->uf_name[0] == K_SPECIAL) in func_dump_profile()
|
| H A D | mbyte.c | 4370 if (str[n] == K_SPECIAL in mb_unescape() 4374 buf[m++] = K_SPECIAL; in mb_unescape() 4377 else if ((str[n] == K_SPECIAL in mb_unescape() 4388 else if (str[n] == K_SPECIAL in mb_unescape()
|
| H A D | ui.c | 345 buf[0] = K_SPECIAL; in inchar_loop()
|
| H A D | message.c | 1474 buf[0] = K_SPECIAL; in msg_putchar_attr() 1766 if (c == K_SPECIAL && str[1] != NUL && str[2] != NUL) in str2special() 1774 if (c == K_SPECIAL && str[1] != NUL && str[2] != NUL) in str2special()
|
| H A D | vim9script.c | 713 funcname[0] = K_SPECIAL; in find_exported()
|
| H A D | edit.c | 2591 if (c == K_SPECIAL) in add_char2buf() 2593 *s++ = K_SPECIAL; in add_char2buf() 3800 buf[0] = K_SPECIAL; in ins_start_select()
|
| H A D | misc2.c | 1298 dst[dlen++] = K_SPECIAL; in special_to_buf() 1305 dst[dlen++] = K_SPECIAL; in special_to_buf()
|
| H A D | os_amiga.c | 182 buf[0] = K_SPECIAL; in mch_inchar()
|
| H A D | misc1.c | 870 if (n == K_SPECIAL) in get_keystroke()
|
| H A D | popupwin.c | 2395 if (c == K_SPECIAL && key[1] != NUL) in f_popup_filter_menu() 2459 if (c == K_SPECIAL && key[1] != NUL) in f_popup_filter_yesno()
|
| H A D | regexp.c | 2159 if (c == K_SPECIAL && src[0] != NUL && src[1] != NUL) in vim_regsub_both()
|
| H A D | menu.c | 2241 tbuf[0] = K_SPECIAL; in gui_add_tearoff()
|
| H A D | os_win32.c | 1883 buf[0] = K_SPECIAL; in mch_inchar() 2049 typeahead[typeaheadlen++] = K_SPECIAL; in mch_inchar()
|
| H A D | ex_docmd.c | 8408 if (*++p == K_SPECIAL // trailbyte K_SPECIAL or CSI in ex_normal() 8434 if (*p == K_SPECIAL) in ex_normal()
|
| H A D | gui_w32.c | 1796 static char_u k10[] = {K_SPECIAL, 'k', ';', 0}; in process_message() 2642 key_name[0] = K_SPECIAL; in ex_simalt()
|
| H A D | eval.c | 5513 if ((*arg)[0] == K_SPECIAL && (*arg)[1] == KS_EXTRA in get_name_len()
|
| H A D | if_py_both.h | 2981 if (p[0] == K_SPECIAL && p[1] == KS_EXTRA && p[2] == (int)KE_SNR) in FunctionNew()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_termcodes.vim | 2321 " send <K_SPECIAL> <KS_EXTRA> keycode 2323 " send <K_SPECIAL> <KS_MODIFIER> bitmap <K_SPECIAL> <KS_EXTRA> keycode
|