Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstrings.c2209 void *ptr_arg = NULL; in vim_vsnprintf_typval() local
2214 ptr_arg = in vim_vsnprintf_typval()
2220 if (ptr_arg != NULL) in vim_vsnprintf_typval()
2380 str_arg_l += sprintf(tmp + str_arg_l, f, ptr_arg); in vim_vsnprintf_typval()
H A Dinsexpand.c206 static void ins_compl_fixRedoBufForLeader(char_u *ptr_arg);
2174 ins_compl_fixRedoBufForLeader(char_u *ptr_arg) in ins_compl_fixRedoBufForLeader() argument
2178 char_u *ptr = ptr_arg; in ins_compl_fixRedoBufForLeader()