Home
last modified time | relevance | path

Searched refs:functbl (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c720 hashtab_T *functbl; in func_dump_profile() local
729 functbl = func_tbl_get(); in func_dump_profile()
730 todo = (int)functbl->ht_used; in func_dump_profile()
736 for (hi = functbl->ht_array; todo > 0; ++hi) in func_dump_profile()