Home
last modified time | relevance | path

Searched refs:RE_SEARCH (Results 1 – 19 of 19) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsearch.h48 #define RE_SEARCH 0 // save/use pat in/from search_pattern macro
H A Dsearch.c179 if (pat_save == RE_SEARCH || pat_save == RE_BOTH) { in search_regcomp()
180 save_re_pat(RE_SEARCH, pat, magic); in search_regcomp()
326 saved_last_search_spat = spats[RE_SEARCH]; in save_last_search_pattern()
327 if (spats[RE_SEARCH].pat != NULL) { in save_last_search_pattern()
346 xfree(spats[RE_SEARCH].pat); in restore_last_search_pattern()
347 spats[RE_SEARCH] = saved_last_search_spat; in restore_last_search_pattern()
356 return spats[RE_SEARCH].pat; in last_search_pattern()
577 if (search_regcomp(pat, RE_SEARCH, pat_use, in searchit()
4337 SEARCH_KEEP | flags, RE_SEARCH, NULL); in current_search()
4423 if (search_regcomp(pattern, RE_SEARCH, RE_SEARCH, in is_zero_width()
[all …]
H A Dex_cmds.c3512 which_pat = RE_SEARCH; // use last '/' pattern in do_sub()
4553 which_pat = RE_SEARCH; // use previous search pattern in ex_global()
H A Dops.c5464 set_last_search_pat(str, RE_SEARCH, TRUE, TRUE); in write_reg_contents_ex()
H A Dex_getln.c1616 RE_SEARCH, NULL); in may_do_command_line_next_incsearch()
H A Dex_docmd.c4043 i = RE_SEARCH; in get_address()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dregex.c195 #define RE_SEARCH 0x0002 macro
281 if ( !ensure_compiled_regex(re, RE_SEARCH) ) in search_string_regex()
435 { return search_regex(re, obj, start, end, NULL, NULL, RE_SEARCH); in searchRegex()
616 while( search_regex(re, obj, from, to, &s, &e, RE_SEARCH) ) in forAllRegex()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsearch.c179 if (pat_save == RE_SEARCH || pat_save == RE_BOTH) in search_regcomp()
180 save_re_pat(RE_SEARCH, pat, magic); in search_regcomp()
345 saved_last_search_spat = spats[RE_SEARCH]; in save_last_search_pattern()
346 if (spats[RE_SEARCH].pat != NULL) in save_last_search_pattern()
364 vim_free(spats[RE_SEARCH].pat); in restore_last_search_pattern()
365 spats[RE_SEARCH] = saved_last_search_spat; in restore_last_search_pattern()
377 return spats[RE_SEARCH].pat; in last_search_pattern()
655 if (search_regcomp(pat, RE_SEARCH, pat_use, in searchit()
2899 if (search_regcomp(pattern, RE_SEARCH, RE_SEARCH, in is_zero_width()
2918 SEARCH_KEEP + flag, RE_SEARCH, NULL) != FAIL) in is_zero_width()
[all …]
H A Dviminfo.c1478 idx = RE_SEARCH; in read_viminfo_search_pattern()
1545 wvsp_one(fp, RE_SEARCH, "", '/'); in write_viminfo_search_pattern()
H A Dvim.h1029 #define RE_SEARCH 0 // save/use pat in/from search_pattern macro
H A Dex_cmds.c3749 which_pat = RE_SEARCH; // use last '/' pattern in ex_substitute()
4930 which_pat = RE_SEARCH; // use previous search pattern in ex_global()
H A Dregister.c2825 set_last_search_pat(str, RE_SEARCH, TRUE, TRUE); in write_reg_contents_ex()
H A Dex_getln.c661 pat, count, search_flags, RE_SEARCH, NULL); in may_adjust_incsearch_highlighting()
H A Devalfunc.c8095 options, RE_SEARCH, &sia); in search_cmn()
8580 options, RE_SEARCH, &sia); in do_searchpair()
H A Dex_docmd.c4314 i = RE_SEARCH; in get_address()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rts5208/
H A Dms.c1914 RE_SEARCH:
1948 goto RE_SEARCH;
2000 goto RE_SEARCH;
2008 goto RE_SEARCH;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rts5208/
H A Dms.c1914 RE_SEARCH:
1948 goto RE_SEARCH;
2000 goto RE_SEARCH;
2008 goto RE_SEARCH;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rts5208/
H A Dms.c1914 RE_SEARCH:
1948 goto RE_SEARCH;
2000 goto RE_SEARCH;
2008 goto RE_SEARCH;
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c8016 options, RE_SEARCH, &sia); in search_cmn()
8611 options, RE_SEARCH, &sia); in do_searchpair()