Home
last modified time | relevance | path

Searched refs:get_tab_number (Results 1 – 6 of 6) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/terminal/
H A Dtab.h14 int get_tab_number(struct window *);
H A Dtab.c62 get_tab_number(struct window *window) in get_tab_number() function
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dwindow.pro82 int get_tab_number(tabpage_T *tp);
/dports/www/elinks/elinks-0.11.7/src/session/
H A Dsession.c899 switch_to_tab(term, get_tab_number(ses->tab), -1); in init_session()
/dports/editors/vim/vim-8.2.3745/src/
H A Dif_py_both.h3775 return PyLong_FromLong((long) get_tab_number(self->tab)); in TabPageAttr()
3798 int t = get_tab_number(self->tab); in TabPageRepr()
H A Dwindow.c6888 get_tab_number(tabpage_T *tp UNUSED) in get_tab_number() function