Lines Matching refs:buflen
50 static int append_arg_number(win_T *wp, char_u *buf, int buflen, int add_file);
3772 size_t buflen, in col_print() argument
3777 vim_snprintf((char *)buf, buflen, "%d", col); in col_print()
3779 vim_snprintf((char *)buf, buflen, "%d-%d", col, vcol); in col_print()
5062 int buflen) in get_rel_pos() argument
5067 if (buflen < 3) // need at least 3 chars for writing in get_rel_pos()
5080 (size_t)(buflen - 1)); in get_rel_pos()
5082 vim_strncpy(buf, (char_u *)_("Top"), (size_t)(buflen - 1)); in get_rel_pos()
5084 vim_snprintf((char *)buf, (size_t)buflen, "%2d%%", above > 1000000L in get_rel_pos()
5098 int buflen, in append_arg_number() argument
5107 if (p - buf + 35 >= buflen) // getting too long in append_arg_number()
5116 vim_snprintf((char *)p, (size_t)(buflen - (p - buf)), in append_arg_number()