Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxutils.c266 const char *ptr2 = ptr; in xdl_hash_record_with_whitespace() local
281 while (ptr2 != ptr + 1) { in xdl_hash_record_with_whitespace()
283 ha ^= (unsigned long) *ptr2; in xdl_hash_record_with_whitespace()
284 ptr2++; in xdl_hash_record_with_whitespace()
/vim-8.2.3635/src/
H A Dmap.c1354 char_u **ptr2; in ExpandMappings() local
1362 ptr2 = ptr1 + 1; in ExpandMappings()
1365 while (ptr2 < ptr3) in ExpandMappings()
1367 if (STRCMP(*ptr1, *ptr2)) in ExpandMappings()
1368 *++ptr1 = *ptr2++; in ExpandMappings()
1371 vim_free(*ptr2++); in ExpandMappings()