Searched refs:new_props (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | textprop.pro | 23 void prepend_joined_props(char_u *new_props, int propcount, int *props_remaining, linenr_T lnum, in…
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 1654 char_u *new_props, in prepend_joined_props() argument 1678 mch_memmove(new_props + --(*props_remaining) * sizeof(prop), in prepend_joined_props() 1690 mch_memmove(&op, new_props + j * sizeof(op), sizeof(op)); in prepend_joined_props() 1699 mch_memmove(new_props + j * sizeof(op), &op, sizeof(op)); in prepend_joined_props()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textprop.vim | 709 let new_props = [ 720 let new_props[0].length = 6 721 let new_props[0].start = 0 722 let new_props[1].col = 1 723 let new_props[1].length = 1 724 let new_props[2].col = 3 725 call assert_equal(new_props, prop_list(2))
|