Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtypval.pro35 int check_for_string_or_blob_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dtypval.c671 check_for_string_or_blob_arg(typval_T *args, int idx) in check_for_string_or_blob_arg() function
H A Dchannel.c4341 || check_for_string_or_blob_arg(argvars, 1) == FAIL in ch_raw_common()