Home
last modified time | relevance | path

Searched refs:findmatch (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c1082 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 Dindent.c1143 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 Dchange.c1546 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 Dsearch.c1887 findmatch(oparg_T *oap, int initc) in findmatch() function
2821 if ((lpos = findmatch(NULL, NUL)) == NULL) // no match, so beep in showmatch()
H A Dmouse.c971 && (pos = findmatch(oap, NUL)) != NULL) in do_mouse()
H A Dnormal.c4839 if ((pos = findmatch(cap->oap, NUL)) == NULL) in nv_percent()
/vim-8.2.3635/src/proto/
H A Dsearch.pro30 pos_T *findmatch(oparg_T *oap, int initc);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3090 - findmatch() should be adjusted for Lisp. See remark at
H A Dversion5.txt1304 findmatch() when redrawing the display (when syntax highlighting is on).