Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Derlang.vim291 function! s:Push(stack, token) argument
303 function! s:Pop(stack) argument
469 function! s:IndentError(msg, token, stack) argument
488 function! s:UnexpectedToken(token, stack) argument
604 function! s:BeginElementFoundIfEmpty(stack, token, curr_vcol, stored_vcol, sw) argument
636 function! s:BeginElementFound(stack, token, curr_vcol, stored_vcol, end_token, sw) argument
679 function! s:BeginningOfClauseFound(stack, token, stored_vcol, lnum, i) argument
780 function! s:ErlangCalcIndent(lnum, stack) argument
786 function! s:ErlangCalcIndent2(lnum, stack) argument
/vim-8.2.3635/src/
H A Dvim9compile.c569 garray_T *stack = &cctx->ctx_type_stack; in generate_instr_drop() local
583 garray_T *stack = &cctx->ctx_type_stack; in generate_instr_type() local
623 garray_T *stack = &cctx->ctx_type_stack; in may_generate_2STRING() local
704 garray_T *stack = &cctx->ctx_type_stack; in generate_add_instr() local
765 garray_T *stack = &cctx->ctx_type_stack; in generate_two_op() local
913 garray_T *stack = &cctx->ctx_type_stack; in generate_COMPARE() local
951 garray_T *stack = &cctx->ctx_type_stack; in generate_2BOOL() local
972 garray_T *stack = &cctx->ctx_type_stack; in generate_COND2BOOL() local
992 garray_T *stack = &cctx->ctx_type_stack; in generate_TYPECHECK() local
1112 garray_T *stack = &cctx->ctx_type_stack; in bool_on_stack() local
[all …]
H A Dspellsuggest.c1207 #define TRY_DEEPER(su, stack, depth, add) \ argument
1249 trystate_T stack[MAXWLEN]; in suggest_trie_walk() local
2662 go_deeper(trystate_T *stack, int depth, int score_add) in go_deeper()
4132 limitscore_T stack[10]; // allow for over 3 * 2 edits in spell_edit_score_limit() local
4307 limitscore_T stack[10]; // allow for over 3 * 2 edits in spell_edit_score_limit_w() local
H A Djson.c600 garray_T stack; in json_decode_item() local
H A Dvim9execute.c537 typval_T *stack; in handle_closure_in_use() local
639 typval_T *stack = gap->ga_data; in funcstack_check_refcount() local
H A Dregexp_nfa.c3158 st_pop(Frag_T **p, Frag_T *stack) in st_pop()
3398 Frag_T *stack = NULL; in post2nfa() local
H A Deval.c4838 typval_T *stack = pt->pt_funcstack->fs_ga.ga_data; in set_ref_in_item() local