Home
last modified time | relevance | path

Searched defs:code (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c40 int code; in main() local
102 int *code) /* Return code. 0 => OK */ in sendToVim()
402 int *code) /* Return code. 0 => OK */ in SendEventProc()
/vim-8.2.3635/src/libvterm/src/
H A Dmouse.c5 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse()
/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim2115 func RunTest_mapping_mods(map, key, func, code) argument
2123 func RunTest_mapping_works_with_mods(func, mods, code) argument
H A Dmouse.vim24 func TerminalEscapeCode(code, row, col, m) argument
42 func DecEscapeCode(code, down, row, col) argument
/vim-8.2.3635/src/
H A Dterm.c4177 char_u *code; // terminal code (in allocated memory) member
4358 termcode_star(char_u *code, int len) in termcode_star()
4558 int code = n - 1; in decode_modifiers() local
6277 show_one_termcode(char_u *name, char_u *code, int printit) in show_one_termcode()
6378 got_code_from_term(char_u *code, int len) in got_code_from_term()
6513 int code; // value of KS_ member
6551 int code) in find_first_tcap()
H A Dif_xcmdsrv.c68 int code; // Result Code. 0 is OK member
1220 int code; in server_parse_message() local
H A Ddigraph.c2403 int code; in f_digraph_get() local
H A Ddosinst.c27 #define CHECK_REG_ERROR(code) \ argument
513 long code; in uninstall_check() local
H A Dmouse.c1223 get_mouse_button(int code, int *is_click, int *is_drag) in get_mouse_button()
H A Dusercmd.c1442 char_u *code, in uc_check_code()
H A Dex_cmds.c5189 static char *code[] = { in ex_smile() local
H A Dvim.h1921 #define NUM_MOUSE_CLICKS(code) \ argument
1924 #define SET_NUM_MOUSE_CLICKS(code, num) \ argument
H A Dregexp_nfa.c2594 static char_u code[50]; variable
H A Dif_py_both.h5719 char *code; in run_do() local
H A Dos_win32.c5506 terminate_all(HANDLE process, int code) in terminate_all()
H A Dgui_w32.c3765 UINT code, in _OnScroll()