Searched refs:plist (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_macosx.m | 83 id plist = [pb propertyListForType:VimPboardType]; 84 if ([plist isKindOfClass:[NSArray class]] && [plist count] == 2) 86 id obj = [plist objectAtIndex:1]; 89 motion_type = [[plist objectAtIndex:0] intValue]; 192 NSArray *plist = [NSArray arrayWithObjects:motion, string, nil]; 193 [pb setPropertyList:plist forType:VimPboardType];
|
| H A D | if_xcmdsrv.c | 521 Atom *plist; in WindowValid() local 527 plist = XListProperties(dpy, w, &numProp); in WindowValid() 530 if (plist == NULL || got_x_error) in WindowValid() 534 if (plist[i] == vimProperty) in WindowValid() 536 XFree(plist); in WindowValid() 539 XFree(plist); in WindowValid()
|
| H A D | ex_eval.c | 150 msglist_T **plist; in cause_errthrow() local 250 plist = msg_list; in cause_errthrow() 251 while (*plist != NULL) in cause_errthrow() 252 plist = &(*plist)->next; in cause_errthrow() 273 *plist = elem; in cause_errthrow() 274 if (plist == msg_list || severe) in cause_errthrow()
|
| H A D | popupwin.c | 1020 list_T *plist; in add_popup_dicts() local 1031 plist = di->di_tv.vval.v_list; in add_popup_dicts() 1032 if (plist != NULL) in add_popup_dicts() 1034 FOR_ALL_LIST_ITEMS(plist, pli) in add_popup_dicts()
|
| H A D | vim9execute.c | 4950 msglist_T **plist = saved_msg_list; in call_def_function() local 4954 while (*plist != NULL) in call_def_function() 4955 plist = &(*plist)->next; in call_def_function() 4957 *plist = *msg_list; in call_def_function()
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | matchparen.vim | 62 let plist = split(&matchpairs, '.\zs[:,]') 63 let i = index(plist, c) 69 let i = index(plist, c) 80 let c2 = plist[i + 1] 84 let c = plist[i - 1]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | xcmdsrv_client.c | 105 Atom *plist; in sendToVim() local 143 plist = XListProperties(dpy, w, &res); in sendToVim() 145 if (plist != NULL) in sendToVim() 146 XFree(plist); in sendToVim()
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | tex.vim | 370 let plist = split(&matchpairs, '.\zs[:,]') 371 let i = index(plist, c) 379 let c2 = plist[i + 1] 383 let c = plist[i - 1]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tips.txt | 500 let plist = split(&matchpairs, ':\|,') 501 let i = index(plist, c) 507 let c2 = plist[i + 1] 511 let c = plist[i - 1]
|
| H A D | version7.txt | 2580 copied at once. Adjusted the Info.plist file for three icons.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | skill.vim | 309 syn match skillFunction "(plist\>"hs=s+1 310 syn match skillFunction "\<plist("he=e-1
|
| H A D | lisp.vim | 297 syn keyword lispFunc define-symbol-macro most-positive-double-float symbol-plist
|