Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c2133 size_t tmplen; in executable_exists() local
2177 tmplen = e - p; in executable_exists()
2179 if (_strnicoll(name + len - tmplen, (char *)p, tmplen) == 0) in executable_exists()
2254 tmplen = STRLEN(buf); in executable_exists()
2276 if (e2 - p + tmplen + 1 > sizeof(buf)) in executable_exists()
2281 vim_strncpy(buf + tmplen, p, e2 - p); in executable_exists()
H A Dgui_gtk_x11.c1344 long_u tmplen; in selection_get_cb() local
1371 motion_type = clip_convert_selection(&string, &tmplen, cbd); in selection_get_cb()
1377 length = MIN(tmplen, (long_u)(G_MAXINT - 1)); in selection_get_cb()