| /vim-8.2.3635/src/ |
| H A D | arglist.c | 1328 get_arglist_as_rettv(aentry_T *arglist, int argcount, typval_T *rettv) in get_arglist_as_rettv() argument 1332 if (rettv_list_alloc(rettv) == OK && arglist != NULL) in get_arglist_as_rettv() 1335 alist_name(&arglist[idx]), -1); in get_arglist_as_rettv() 1345 aentry_T *arglist = NULL; in f_argv() local 1358 arglist = ARGLIST; in f_argv() 1364 arglist = GARGLIST; in f_argv() 1374 arglist = WARGLIST(wp); in f_argv() 1382 if (arglist != NULL && idx >= 0 && idx < argcount) in f_argv() 1383 rettv->vval.v_string = vim_strsave(alist_name(&arglist[idx])); in f_argv() 1385 get_arglist_as_rettv(arglist, argcount, rettv); in f_argv()
|
| H A D | message.c | 374 va_list arglist; in smsg() local 376 va_start(arglist, s); in smsg() 377 vim_vsnprintf((char *)IObuff, IOSIZE, s, arglist); in smsg() 378 va_end(arglist); in smsg() 394 va_list arglist; in smsg_attr() local 396 va_start(arglist, s); in smsg_attr() 397 vim_vsnprintf((char *)IObuff, IOSIZE, s, arglist); in smsg_attr() 398 va_end(arglist); in smsg_attr() 414 va_list arglist; in smsg_attr_keep() local 416 va_start(arglist, s); in smsg_attr_keep() [all …]
|
| H A D | gui_xim.c | 40 va_list arglist; in xim_log() local 56 va_start(arglist, s); in xim_log() 57 vfprintf(fd, s, arglist); in xim_log() 58 va_end(arglist); in xim_log()
|
| H A D | Make_ami.mak | 85 arglist.c \
|
| H A D | Makefile | 1596 arglist.c \ 1754 objects/arglist.o \ 1925 arglist.pro \ 3167 objects/arglist.o: arglist.c 3168 $(CCC) -o $@ arglist.c
|
| H A D | Make_mvc.mak | 738 $(OUTDIR)\arglist.obj \ 1550 $(OUTDIR)/arglist.obj: $(OUTDIR) arglist.c $(INCL) 1940 proto/arglist.pro \
|
| H A D | README.md | 27 arglist.c | handling argument list
|
| H A D | Make_vms.mms | 311 arglist.c \ 431 arglist.obj \ 747 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
|
| H A D | structs.h | 873 typedef struct arglist struct
|
| H A D | Make_cyg_ming.mak | 728 $(OUTDIR)/arglist.o \
|
| /vim-8.2.3635/src/proto/ |
| H A D | arglist.pro | 1 /* arglist.c */
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_arglist.vim | 485 " redefine arglist; go to Xxx1 487 " open window for all args; Reading Xxx2 will change the arglist and the 544 " Try :confirm quit with unedited files in arglist
|
| H A D | test_usercommands.vim | 519 command! -nargs=1 -complete=arglist DoCmd : 521 \ .. "\n DoCmd 1 arglist :",
|
| H A D | test_cmdline.vim | 279 let l = getcompletion('', 'arglist')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | m3quake.vim | 16 syn keyword m3quakeProcedure arglist cp_if defined empty equal error escape
|
| H A D | baan.vim | 1258 syn keyword baanBshell create.arglist 1262 syn keyword baanBshell print.arglist 1263 syn keyword baanBshell destroy.arglist
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 586 3. The argument list *argument-list* *arglist* 611 :ar[gs] [++opt] [+cmd] {arglist} *:args_f* 617 :ar[gs]! [++opt] [+cmd] {arglist} *:args_f!* 679 < Removes all the files from the arglist. 706 :n[ext] [++opt] [+cmd] {arglist} *:next_f* 709 :n[ext]! [++opt] [+cmd] {arglist} 783 *{arglist}* 797 *arglist-position* 817 :argl[ocal][!] [++opt] [+cmd] {arglist} 825 :argg[lobal][!] [++opt] [+cmd] {arglist} [all …]
|
| H A D | terminal.txt | 979 function Tapi_Impression(bufnum, arglist) 980 if len(a:arglist) == 2 981 echomsg "impression " . a:arglist[0] 982 echomsg "count " . a:arglist[1]
|
| H A D | usr_07.txt | 169 *arglist-quit*
|
| H A D | eval.txt | 2540 call({func}, {arglist} [, {dict}]) 2541 any call {func} with arguments {arglist} 2652 funcref({name} [, {arglist}] [, {dict}]) 2654 function({name} [, {arglist}] [, {dict}]) 3275 |arglist|. 3291 global argument list. See |arglist|. 3311 the whole |arglist| is returned. 5181 funcref({name} [, {arglist}] [, {dict}]) 5194 function({name} [, {arglist}] [, {dict}]) 5660 arglist file names in argument list [all …]
|
| H A D | quickref.txt | 1257 |:next_f| :n[ext] {arglist} :sn[ext] {arglist} define new arg list
|
| H A D | starting.txt | 44 an option, precede the arglist with "--", e.g.: > 309 before reading any file in the arglist. See also
|
| H A D | tags | 5458 arglist editing.txt /*arglist* 5459 arglist-position editing.txt /*arglist-position* 5460 arglist-quit usr_07.txt /*arglist-quit* 10577 {arglist} editing.txt /*{arglist}*
|
| H A D | pi_netrw.txt | 2147 |netrw-ma| Move marked files' names to |arglist| 2148 |netrw-mA| Move |arglist| filenames to marked file list 2363 The "me" command will place the marked files on the |arglist| and commence 2365 (use |:n| and |:p| to edit next and previous files in the arglist)
|
| /vim-8.2.3635/ |
| H A D | Filelist | 31 src/arglist.c \ 218 src/proto/arglist.pro \
|