Searched refs:vim_vsnprintf (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dproto.h133 int vim_vsnprintf(char *str, size_t str_m, char *fmt, va_list ap, typval_T *tvs);
H A Dmessage.c394 vim_vsnprintf((char *)IObuff, IOSIZE, (char *)s, arglist, NULL);
408 vim_vsnprintf((char *)IObuff, IOSIZE, (char *)s, arglist, NULL);
3973 * vim_vsnprintf() can be invoked with either "va_list" or a list of
3982 /* Like vim_vsnprintf() but append to the string. */
3996 str_l = vim_vsnprintf(str + len, space, fmt, ap, NULL);
4001 /* Like vim_vsnprintf() but append to the string. */
4016 return vim_vsnprintf(str + len, space, fmt,
4029 str_l = vim_vsnprintf(str, str_m, fmt, ap, NULL);
4035 vim_vsnprintf(str, str_m, fmt, ap, tvs) function
H A Dnetbeans.c2691 vim_vsnprintf(buf, sizeof(buf), cmd, ap, NULL);
H A Deval.c14099 len = vim_vsnprintf(NULL, 0, fmt, ap, argvars + 1);
14106 (void)vim_vsnprintf((char *)s, len + 1, fmt, ap, argvars + 1);

Completed in 221 milliseconds