Searched refs:findmatchlimit (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 31 pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int maxtravel);
|
| /vim-8.2.3635/src/ |
| H A D | cindent.c | 161 pos = findmatchlimit(NULL, '*', FM_BACKWARD, cur_maxcomment); in find_start_comment() 197 pos = findmatchlimit(NULL, 'R', FM_BACKWARD, cur_maxcomment); in find_start_rawstring() 1067 if ((trypos = findmatchlimit(NULL, c, 0, ind_maxp_wk)) != NULL) in find_match_char() 1310 if ((trypos = findmatchlimit(NULL, 0, 0, in cin_iswhileofdo() 1646 while ((trypos = findmatchlimit(NULL, '{', FM_BLOCKSTOP, 0)) != NULL) in find_start_brace() 2429 if ((trypos = findmatchlimit(NULL, ')', 0, in get_c_indent()
|
| H A D | textobject.c | 1096 if ((pos = findmatchlimit(NULL, what, FM_FORWARD, 0)) == NULL) in current_block()
|
| H A D | normal.c | 2444 if ((pos = findmatchlimit(NULL, '}', FM_FORWARD, in find_decl() 4579 if ((pos = findmatchlimit(cap->oap, findc, in nv_brackets() 4650 else if ((pos = findmatchlimit(cap->oap, findc, in nv_brackets()
|
| H A D | search.c | 1889 return findmatchlimit(oap, initc, 0, 0); in findmatch() 2074 findmatchlimit( in findmatchlimit() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 2148 checked to be in a comment. Implement FM_SKIPCOMM flag of findmatchlimit(). 5155 findmatchlimit().
|
| H A D | version5.txt | 5949 findmatchlimit(). (Taro Muraoka)
|