Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dos_macosx.m83 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 Dif_xcmdsrv.c521 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 Dex_eval.c150 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 Dpopupwin.c1020 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 Dvim9execute.c4950 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 Dmatchparen.vim62 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 Dxcmdsrv_client.c105 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 Dtex.vim370 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 Dtips.txt500 let plist = split(&matchpairs, ':\|,')
501 let i = index(plist, c)
507 let c2 = plist[i + 1]
511 let c = plist[i - 1]
H A Dversion7.txt2580 copied at once. Adjusted the Info.plist file for three icons.
/vim-8.2.3635/runtime/syntax/
H A Dskill.vim309 syn match skillFunction "(plist\>"hs=s+1
310 syn match skillFunction "\<plist("he=e-1
H A Dlisp.vim297 syn keyword lispFunc define-symbol-macro most-positive-double-float symbol-plist