Home
last modified time | relevance | path

Searched refs:K_SPECIAL (Results 1 – 25 of 31) sorted by relevance

12

/vim-8.2.3635/src/
H A Dgetchar.c284 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 Dmap.c1130 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 Dkeymap.h29 #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 Dterm.c3331 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 Duserfunc.c484 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 Ddebugger.c441 if (debug_breakpoint_name[0] == K_SPECIAL in dbg_check_breakpoint()
935 if (!is_file && fname[0] == K_SPECIAL) in debuggy_find()
H A Dusercmd.c1698 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 Dprofiler.c492 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 Dmbyte.c4370 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 Dui.c345 buf[0] = K_SPECIAL; in inchar_loop()
H A Dmessage.c1474 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 Dvim9script.c713 funcname[0] = K_SPECIAL; in find_exported()
H A Dedit.c2591 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 Dmisc2.c1298 dst[dlen++] = K_SPECIAL; in special_to_buf()
1305 dst[dlen++] = K_SPECIAL; in special_to_buf()
H A Dos_amiga.c182 buf[0] = K_SPECIAL; in mch_inchar()
H A Dmisc1.c870 if (n == K_SPECIAL) in get_keystroke()
H A Dpopupwin.c2395 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 Dregexp.c2159 if (c == K_SPECIAL && src[0] != NUL && src[1] != NUL) in vim_regsub_both()
H A Dmenu.c2241 tbuf[0] = K_SPECIAL; in gui_add_tearoff()
H A Dos_win32.c1883 buf[0] = K_SPECIAL; in mch_inchar()
2049 typeahead[typeaheadlen++] = K_SPECIAL; in mch_inchar()
H A Dex_docmd.c8408 if (*++p == K_SPECIAL // trailbyte K_SPECIAL or CSI in ex_normal()
8434 if (*p == K_SPECIAL) in ex_normal()
H A Dgui_w32.c1796 static char_u k10[] = {K_SPECIAL, 'k', ';', 0}; in process_message()
2642 key_name[0] = K_SPECIAL; in ex_simalt()
H A Deval.c5513 if ((*arg)[0] == K_SPECIAL && (*arg)[1] == KS_EXTRA in get_name_len()
H A Dif_py_both.h2981 if (p[0] == K_SPECIAL && p[1] == KS_EXTRA && p[2] == (int)KE_SNR) in FunctionNew()
/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim2321 " send <K_SPECIAL> <KS_EXTRA> keycode
2323 " send <K_SPECIAL> <KS_MODIFIER> bitmap <K_SPECIAL> <KS_EXTRA> keycode

12