Searched refs:findmatch (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 1082 if ((pos = findmatch(NULL, what)) != NULL) in current_block() 1086 if ((pos = findmatch(NULL, what)) == NULL) in current_block() 1108 if (pos == NULL || (end_pos = findmatch(NULL, other)) == NULL) in current_block() 1142 if ((pos = findmatch(NULL, what)) == NULL) in current_block() 1149 if ((end_pos = findmatch(NULL, other)) == NULL) in current_block()
|
| H A D | indent.c | 1143 if (c == '}' && (pos = findmatch(NULL, '{')) != NULL) in ins_try_si() 1158 if (ptr[i] == ')' && (pos = findmatch(NULL, '(')) != NULL) in ins_try_si() 1910 if ((pos = findmatch(NULL, '(')) == NULL) in get_lisp_indent() 1911 pos = findmatch(NULL, '['); in get_lisp_indent() 1915 pos = findmatch(NULL, '['); in get_lisp_indent()
|
| H A D | change.c | 1546 if ((pos = findmatch(NULL, NUL)) != NULL) in open_line() 1580 if ((pos = findmatch(NULL, '(')) != NULL) in open_line() 2027 if ((pos = findmatch(NULL, NUL)) != NULL) in open_line()
|
| H A D | search.c | 1887 findmatch(oparg_T *oap, int initc) in findmatch() function 2821 if ((lpos = findmatch(NULL, NUL)) == NULL) // no match, so beep in showmatch()
|
| H A D | mouse.c | 971 && (pos = findmatch(oap, NUL)) != NULL) in do_mouse()
|
| H A D | normal.c | 4839 if ((pos = findmatch(cap->oap, NUL)) == NULL) in nv_percent()
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 30 pos_T *findmatch(oparg_T *oap, int initc);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 3090 - findmatch() should be adjusted for Lisp. See remark at
|
| H A D | version5.txt | 1304 findmatch() when redrawing the display (when syntax highlighting is on).
|