Home
last modified time | relevance | path

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

/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Difo_file.h99 bool f_wordcount; member
H A Difo_file.cpp247 if(!check_option_duplicate(f_wordcount, "wordcount")) in load_from_ifo_file()
459 f_wordcount = false; in clear()
/dports/editors/vim/vim-8.2.3745/src/
H A Devalfunc.c186 static void f_wordcount(typval_T *argvars, typval_T *rettv);
2279 ret_dict_number, f_wordcount},
10059 f_wordcount(typval_T *argvars UNUSED, typval_T *rettv) in f_wordcount() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c12176 static void f_wordcount(typval_T *argvars, typval_T *rettv, FunPtr fptr) in f_wordcount() function