Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c1002 int skip; in ex_if() local
1074 int skip; in ex_else() local
1165 int skip; in ex_while() local
1606 int skip; in ex_try() local
1680 int skip = FALSE; in ex_catch() local
1851 int skip = FALSE; in ex_finally() local
1981 int skip; in ex_endtry() local
H A Dex_cmds.h1911 int skip; // don't execute the command, only parse it member
H A Deval.c144 fill_evalarg_from_eap(evalarg_T *evalarg, exarg_T *eap, int skip) in fill_evalarg_from_eap()
169 int skip) // only parse, don't execute in eval_to_bool()
340 int skip) // only parse, don't execute in eval_to_string_skip()
821 int skip, in get_lval()
1615 int skip = !(evalarg->eval_flags & EVAL_EVALUATE); in eval_for_line() local
H A Dvim9type.c1114 int skip, in get_member_type_from_stack()
H A Dpopupmenu.c1288 int skip; in split_message() local
H A Duserfunc.c72 int skip) in one_function_arg()
185 int skip, in get_function_args()
3545 int skip, // only find the end, don't evaluate in trans_function_name()
H A Dspell.c1287 int skip = 0; in spell_move_to() local
1916 int skip = FALSE; in count_syllables() local
H A Dcmdexpand.c2494 int skip; in ExpandUserDefined() local
H A Dcindent.c710 static char *skip[] = {"static", "public", "protected", "private"}; in cin_isinit() local
H A Dregexp_nfa.c3627 nfa_state_T *skip; in post2nfa() local
6150 nfa_state_T *skip = NULL; in nfa_regmatch() local
H A Dnetbeans.c991 static int skip = 0; in nb_do_cmd() local
H A Dsyntax.c4522 int skip) // TRUE if skipping over command in get_syn_options()
5918 int skip) in get_id_list()
H A Dex_docmd.c1872 int skip = did_emsg || got_int || did_throw; in do_one_cmd() local
4068 int skip, // only skip the address, don't use it in get_address()
H A Dfilepath.c723 int skip = FALSE; in shorten_dir_len() local
H A Devalfunc.c8390 typval_T *skip; in searchpair_cmn() local
8521 typval_T *skip, // skip expression in do_searchpair()
/vim-8.2.3635/runtime/indent/
H A Djavascript.vim71 function s:GetPair(start,end,flags,skip) argument
75 function s:GetPair(start,end,flags,skip) argument
/vim-8.2.3635/runtime/syntax/
H A Dcdrtoc.vim79 function s:def_region(name, nextgroup, start, skip, end, matchgroup, contains) argument