Home
last modified time | relevance | path

Searched defs:num (Results 1 – 24 of 24) sorted by relevance

/vim-8.2.3635/runtime/
H A Dmenu.vim714 func s:BMCanAdd(name, num) argument
825 func s:BMFilename(name, num) argument
/vim-8.2.3635/src/
H A Dif_ruby.c1373 buffer_s_aref(VALUE self UNUSED, VALUE num) in buffer_s_aref()
1426 buffer_aref(VALUE self, VALUE num) in buffer_aref()
1469 buffer_aset(VALUE self, VALUE num, VALUE str) in buffer_aset()
1479 buffer_delete(VALUE self, VALUE num) in buffer_delete()
1515 buffer_append(VALUE self, VALUE num, VALUE str) in buffer_append()
1661 window_s_aref(VALUE self UNUSED, VALUE num) in window_s_aref()
H A Dif_cscope.c388 cs_connection(int num, char_u *dbpath, char_u *ppath) in cs_connection()
1912 int i, idx, num; in cs_print_tags_priv() local
2460 int num = 0; in f_cscope_connection() local
H A Dcmdhist.c371 calc_hist_idx(int histype, int num) in calc_hist_idx()
H A Dregister.c2273 get_register_name(int num) in get_register_name()
2829 int num = atoi((char *)str); in write_reg_contents_ex() local
H A Dgui_xmdlg.c108 int num; // number of font names member
H A Dif_mzsch.c737 # define GUARANTEED_STRING_ARG(proc, num) GUARANTEE_STRING(proc, num) argument
740 guaranteed_byte_string_arg(char *proc, int num, int argc, Scheme_Object **argv) in guaranteed_byte_string_arg()
762 # define GUARANTEED_STRING_ARG(proc, num) guaranteed_byte_string_arg(proc, num, argc, argv) argument
2127 int num = 0; in mzscheme_open_buffer() local
H A Ddrawline.c1105 long num; in win_line() local
H A Ddrawscreen.c1203 long num; in fold_line() local
H A Dusercmd.c1590 long num = (type == ct_LINE1) ? eap->line1 : in uc_check_code() local
H A Dgui_at_sb.c826 FloatInRange(float num, float small, float big) in FloatInRange()
H A Dos_unix.c7120 have_wildcard(int num, char_u **file) in have_wildcard()
7131 have_dollars(int num, char_u **file) in have_dollars()
H A Dviminfo.c497 int num; in prepare_viminfo_history() local
H A Dex_getln.c4155 varnumber_T num; in get_list_range() local
H A Dex_cmds.c304 } num; member
H A Dscreen.c4790 varnumber_T num = 0; in get_encoded_char_adv() local
H A Dnormal.c1693 long num, in prep_redo()
H A Dbuffer.c4122 long num; in build_stl_str_hl() local
H A Dif_py_both.h188 PyObject *num; in NumberToLong() local
6349 PyObject *num; in _ConvertFromPyObject() local
H A Dterminal.c5996 int num = 0; in f_term_gettty() local
H A Dgui_w32.c4244 int num; in gui_mswin_get_menu_height() local
H A Dvim.h1924 #define SET_NUM_MOUSE_CLICKS(code, num) \ argument
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c762 static void set_mode(VTermState *state, int num, int val) in set_mode()
779 static void set_dec_mode(VTermState *state, int num, int val) in set_dec_mode()
874 static void request_dec_mode(VTermState *state, int num) in request_dec_mode()
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim676 func P(num) argument