Home
last modified time | relevance | path

Searched refs:GREG_LIST (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c2577 if (flags & GREG_LIST) in getreg_wrap_one_line()
2647 if (flags & GREG_LIST) in get_reg_contents()
H A Dvim.h2586 #define GREG_LIST 4 // Return list macro
H A Devalfunc.c4671 (arg2 ? GREG_EXPR_SRC : 0) | GREG_LIST); in f_getreg()
7812 list = (list_T *)get_reg_contents(regname, GREG_EXPR_SRC | GREG_LIST); in f_getreginfo()
H A Dterminal.c2271 l = (list_T *)get_reg_contents(c, GREG_LIST); in term_paste_register()