Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtypval.pro13 int check_for_nonempty_string_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dfilepath.c888 if (in_vim9script() && check_for_nonempty_string_arg(argvars, 0) == FAIL) in f_exepath()
956 && (check_for_nonempty_string_arg(argvars, 0) == FAIL in findfilendir()
1462 && (check_for_nonempty_string_arg(argvars, 0) == FAIL in f_mkdir()
1971 && (check_for_nonempty_string_arg(argvars, 0) == FAIL in f_readfile()
H A Dtypval.c375 check_for_nonempty_string_arg(typval_T *args, int idx) in check_for_nonempty_string_arg() function
H A Devalfunc.c3592 if (in_vim9script() && check_for_nonempty_string_arg(argvars, 0) == FAIL) in f_exists()