Searched refs:BLN_CURBUF (Results 1 – 6 of 6) sorted by relevance
206 buflist_add(fname, BLN_LISTED | (set_fnum == 2 ? BLN_CURBUF : 0)); in alist_add()370 int flags = BLN_LISTED | (will_edit ? BLN_CURBUF : 0); in alist_add_list()
951 #define BLN_CURBUF 1 // may re-use curbuf for new buffer macro
1119 buf = buflist_new(NULL, NULL, 1L, BLN_CURBUF | BLN_LISTED); in handle_swap_exists()2036 if ((flags & BLN_CURBUF) && curbuf_reusable()) in buflist_new()
2143 num = buflist_add(BYTE_STRING_VALUE(fname), BLN_LISTED | BLN_CURBUF); in mzscheme_open_buffer()
2688 BLN_CURBUF | ((flags & ECMD_SET_HELP) ? 0 : BLN_LISTED)); in do_ecmd()
25299 Solution: Add the BLN_CURBUF flag and fix all the side effects. (Christian