Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_getcwd.vim3 func GetCwdInfo(win, tab) argument
/vim-8.2.3635/src/
H A Dalloc.c477 tabpage_T *tab; in free_all_mem() local
H A Dmark.c1042 tabpage_T *tab; in mark_adjust_internal() local
H A Dviminfo.c327 char_u *tab; in read_viminfo_bufferlist() local
1218 char_u *tab; in read_viminfo_varlist() local
H A Dif_python.c780 #define TAB_PYTHON_REF(tab) tab->tp_python_ref argument
1416 python_tabpage_free(tabpage_T *tab) in python_tabpage_free()
H A Dif_python3.c905 #define TAB_PYTHON_REF(tab) tab->tp_python3_ref argument
1774 python3_tabpage_free(tabpage_T *tab) in python3_tabpage_free()
H A Dcmdexpand.c2111 } tab[] = in ExpandFromContext() local
H A Dif_perl.xs1482 SV *arg, PerlIO_funcs *tab) in PerlIOVim_pushed()
H A Dif_py_both.h3695 tabpage_T *tab; member
3715 TabPageNew(tabpage_T *tab) in TabPageNew()
3880 WindowNew(win_T *win, tabpage_T *tab) in WindowNew()
H A Dscreen.c4855 struct charstab *tab; in set_chars_option() local
H A Dbuffer.c3366 tabpage_T *tab; in setfname() local
H A Dgui_motif.c3266 Widget tab; in gui_mch_update_tabline() local
H A Dwindow.c4095 close_tabpage(tabpage_T *tab) in close_tabpage()
H A Dex_docmd.c1679 current_tab_nr(tabpage_T *tab) in current_tab_nr()
H A Dgui_haiku.cc5054 BTab* tab = tabLine->TabAt(nr); in gui_mch_update_tabline() local
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c221 static void tab(VTermState *state, int count, int direction) in tab() function