Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dfold.c52 static linenr_T setManualFold(linenr_T lnum, int opening, int recurse, int *donep);
394 int recurse, // TRUE to do it recursively in opFoldRange() argument
406 if (opening && !recurse) in opFoldRange()
408 (void)setManualFold(lnum, opening, recurse, &done); in opFoldRange()
411 if (!opening && !recurse) in opFoldRange()
1253 int recurse, // TRUE when closing/opening recursive in setManualFold() argument
1272 (void)setManualFoldWin(wp, dlnum, opening, recurse, NULL); in setManualFold()
1278 return setManualFoldWin(curwin, lnum, opening, recurse, donep); in setManualFold()
1296 int recurse, // TRUE when closing/opening recursive in setManualFoldWin() argument
1348 if (!opening && recurse) in setManualFoldWin()
[all …]
H A Dif_python.c866 static int recurse = 0; in python_end() local
869 if (recurse != 0) in python_end()
873 ++recurse; in python_end()
897 --recurse; in python_end()
H A Dif_python3.c973 static int recurse = 0; in python3_end() local
976 if (recurse != 0) in python3_end()
980 ++recurse; in python3_end()
993 --recurse; in python3_end()
H A Dmessage.c22 static void msg_puts_display(char_u *str, int maxlen, int attr, int recurse);
2164 int recurse) in msg_puts_display() argument
2184 if (!recurse && msg_row >= Rows - 1 && (*s == '\n' || ( in msg_puts_display()
2285 if (wrap && p_more && !recurse) in msg_puts_display()
2364 if (p_more && !recurse) in msg_puts_display()
H A Deval.c4942 static int recurse = 0; in echo_string_core() local
4945 if (recurse >= DICT_MAXNEST) in echo_string_core()
4958 ++recurse; in echo_string_core()
5132 if (--recurse == 0) in echo_string_core()
5946 static int recurse = 0; in item_copy() local
5949 if (recurse >= DICT_MAXNEST) in item_copy()
5954 ++recurse; in item_copy()
6011 --recurse; in item_copy()
H A Devalvars.c1886 static int recurse = 0; in item_lock() local
1894 if (recurse >= DICT_MAXNEST) in item_lock()
1901 ++recurse; in item_lock()
1974 --recurse; in item_lock()
/vim-8.2.3635/src/proto/
H A Dfold.pro16 void opFoldRange(linenr_T first, linenr_T last, int opening, int recurse, int had_visual);
/vim-8.2.3635/runtime/syntax/
H A D8th.vim81 …randbuf-pcg G:randbuf-pcg random G:random rdrop G:rdrop recurse G:recurse recurse-stack G:recurse-…
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2496 def convertfrompyobject_test(expr, recurse=True):
2499 if recurse:
2503 if recurse:
H A Dtest_python3.vim2684 def convertfrompyobject_test(expr, recurse=True):
2687 if recurse:
2691 if recurse:
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt1570 when an item is a list or dict would recurse into it.
H A Dversion5.txt2418 recurse into directories. (Hiebert)
H A Dversion7.txt3911 Solution: Don't use DEL_REFCOUNT but don't recurse into Lists and