Home
last modified time | relevance | path

Searched refs:BLN_NEW (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h954 #define BLN_NEW 8 // create a new buffer macro
H A Dpopupwin.c1939 buf = buflist_new(NULL, NULL, (linenr_T)0, BLN_NEW|BLN_DUMMY|BLN_REUSE); in popup_create()
H A Dchannel.c1145 NULL, (linenr_T)0, BLN_LISTED | BLN_NEW); in channel_find_buffer()
H A Dbuffer.c1993 if (ffname != NULL && !(flags & (BLN_DUMMY | BLN_NEW)) && (buf = in buflist_new()
H A Dterminal.c506 BLN_NEW | BLN_LISTED); in term_start()