Searched refs:recurse (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | fold.c | 52 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 D | if_python.c | 866 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 D | if_python3.c | 973 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 D | message.c | 22 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 D | eval.c | 4942 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 D | evalvars.c | 1886 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 D | fold.pro | 16 void opFoldRange(linenr_T first, linenr_T last, int opening, int recurse, int had_visual);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 8th.vim | 81 …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 D | test_python2.vim | 2496 def convertfrompyobject_test(expr, recurse=True): 2499 if recurse: 2503 if recurse:
|
| H A D | test_python3.vim | 2684 def convertfrompyobject_test(expr, recurse=True): 2687 if recurse: 2691 if recurse:
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 1570 when an item is a list or dict would recurse into it.
|
| H A D | version5.txt | 2418 recurse into directories. (Hiebert)
|
| H A D | version7.txt | 3911 Solution: Don't use DEL_REFCOUNT but don't recurse into Lists and
|