Searched defs:stack (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 291 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 D | vim9compile.c | 569 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 D | spellsuggest.c | 1207 #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 D | json.c | 600 garray_T stack; in json_decode_item() local
|
| H A D | vim9execute.c | 537 typval_T *stack; in handle_closure_in_use() local 639 typval_T *stack = gap->ga_data; in funcstack_check_refcount() local
|
| H A D | regexp_nfa.c | 3158 st_pop(Frag_T **p, Frag_T *stack) in st_pop() 3398 Frag_T *stack = NULL; in post2nfa() local
|
| H A D | eval.c | 4838 typval_T *stack = pt->pt_funcstack->fs_ga.ga_data; in set_ref_in_item() local
|