Home
last modified time | relevance | path

Searched refs:FNAME_HYP (Results 1 – 8 of 8) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.h11 #define FNAME_HYP 4 // check for hypertext link macro
H A Dwindow.c6123 return file_name_at_cursor(options | FNAME_HYP, count, file_lnum); in grab_file_name()
6180 || ((options & FNAME_HYP) && path_is_url((char *)ptr - 1))) { in file_name_in_line()
6193 || ((options & FNAME_HYP) && path_is_url((char *)ptr + len)) in file_name_in_line()
H A Dops.c1310 *argp = file_name_at_cursor(FNAME_MESS | FNAME_HYP | (regname == Ctrl_P ? FNAME_EXP : 0), in get_spec_reg()
H A Dex_docmd.c9119 result = file_name_at_cursor(FNAME_MESS|FNAME_HYP, 1L, NULL); in eval_vars()
/dports/editors/vim/vim-8.2.3745/src/
H A Dfindfile.c1959 return file_name_at_cursor(options | FNAME_HYP, count, file_lnum); in grab_file_name()
2023 || ((options & FNAME_HYP) && path_is_url(ptr - 1))) in file_name_in_line()
2035 || ((options & FNAME_HYP) && path_is_url(ptr + len)) in file_name_in_line()
H A Dvim.h932 #define FNAME_HYP 4 // check for hypertext link macro
H A Dregister.c899 *argp = file_name_at_cursor(FNAME_MESS | FNAME_HYP in get_spec_reg()
H A Dex_docmd.c9083 result = file_name_at_cursor(FNAME_MESS|FNAME_HYP, 1L, NULL); in eval_vars()