Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim404 func s:Nextitem(lead, items, depth, all) argument
H A Dnetrw.vim9431 fun! s:NetrwTreeDisplay(dir,depth) argument
/vim-8.2.3635/src/xpm/include/
H A Dsimx.h88 unsigned int depth; member
H A Dxpm.h177 unsigned int depth; /* Specifies the depth */ member
/vim-8.2.3635/src/
H A Dgui_xmebw.c327 unsigned int height, width, border, depth; in set_pixmap() local
619 int depth; in draw_pixmap() local
H A Dregexp_nfa.c330 nfa_get_reganch(nfa_state_T *start, int depth) in nfa_get_reganch()
392 nfa_get_regstart(nfa_state_T *start, int depth) in nfa_get_regstart()
3174 nfa_max_width(nfa_state_T *startstate, int depth) in nfa_max_width()
4383 match_follows(nfa_state_T *startstate, int depth) in match_follows()
4522 static int depth = 0; in addstate() local
5466 failure_chance(nfa_state_T *state, int depth) in failure_chance()
H A Dspellsuggest.c1207 #define TRY_DEEPER(su, stack, depth, add) \ argument
1261 int depth; in suggest_trie_walk() local
2662 go_deeper(trystate_T *stack, int depth, int score_add) in go_deeper()
2681 int depth; in find_keepcap_word() local
H A Dspellfile.c608 int depth; in tree_count_words() local
2090 #define PRINTSOME(l, depth, fmt, a1, a2) vim_snprintf(l + depth * PRINTWIDTH, \ argument
2110 spell_print_node(wordnode_T *node, int depth) in spell_print_node()
5550 int depth; in sug_filltree() local
H A Dgui_at_sb.c473 unsigned int depth = 1; in CreateGC() local
H A Dgui_motif.c658 unsigned int width, height, border_width, depth; in manage_centered() local
2448 int depth; in create_pixmap_label() local
H A Dspell.c3878 int depth; in spell_dump_compl() local
4165 int depth; in dump_prefixes() local
H A Dmenu.c1168 show_menus_recursive(vimmenu_T *menu, int modes, int depth) in show_menus_recursive()
H A Dif_mzsch.c2979 vim_to_mzscheme_impl(typval_T *vim_value, int depth, Scheme_Hash_Table *visited) in vim_to_mzscheme_impl()
3174 mzscheme_to_vim_impl(Scheme_Object *obj, typval_T *tv, int depth, in mzscheme_to_vim_impl()
H A Dsearch.c3347 int depth; in find_pattern_in_path() local
H A Dmemline.c4404 int depth = 0; in resolve_symlink() local
H A Dvim9execute.c2702 int depth = iptr->isn_arg.outer.outer_depth; in exec_instructions() local
H A Duserfunc.c2422 funcdepth_restore(int depth) in funcdepth_restore()
H A Dsyntax.c6157 static int depth = 0; in in_id_list() local
H A Dif_py_both.h725 VimToPython(typval_T *our_tv, int depth, PyObject *lookup_dict) in VimToPython()