Home
last modified time | relevance | path

Searched refs:winbar_item_T (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h3378 } winbar_item_T; typedef
3669 winbar_item_T *w_winbar_items; // list of items in the WinBar
H A Dmenu.c2537 winbar_item_T *item = &wp->w_winbar_items[idx]; in winbar_click()
H A Ddrawscreen.c991 wp->w_winbar_items = ALLOC_CLEAR_MULT(winbar_item_T, item_count + 1); in redraw_win_toolbar()