Home
last modified time | relevance | path

Searched refs:arglist (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/src/
H A Darglist.c1328 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 Dmessage.c374 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 Dgui_xim.c40 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 DMake_ami.mak85 arglist.c \
H A DMakefile1596 arglist.c \
1754 objects/arglist.o \
1925 arglist.pro \
3167 objects/arglist.o: arglist.c
3168 $(CCC) -o $@ arglist.c
H A DMake_mvc.mak738 $(OUTDIR)\arglist.obj \
1550 $(OUTDIR)/arglist.obj: $(OUTDIR) arglist.c $(INCL)
1940 proto/arglist.pro \
H A DREADME.md27 arglist.c | handling argument list
H A DMake_vms.mms311 arglist.c \
431 arglist.obj \
747 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
H A Dstructs.h873 typedef struct arglist struct
H A DMake_cyg_ming.mak728 $(OUTDIR)/arglist.o \
/vim-8.2.3635/src/proto/
H A Darglist.pro1 /* arglist.c */
/vim-8.2.3635/src/testdir/
H A Dtest_arglist.vim485 " 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 Dtest_usercommands.vim519 command! -nargs=1 -complete=arglist DoCmd :
521 \ .. "\n DoCmd 1 arglist :",
H A Dtest_cmdline.vim279 let l = getcompletion('', 'arglist')
/vim-8.2.3635/runtime/syntax/
H A Dm3quake.vim16 syn keyword m3quakeProcedure arglist cp_if defined empty equal error escape
H A Dbaan.vim1258 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 Dediting.txt586 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 Dterminal.txt979 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 Dusr_07.txt169 *arglist-quit*
H A Deval.txt2540 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 Dquickref.txt1257 |:next_f| :n[ext] {arglist} :sn[ext] {arglist} define new arg list
H A Dstarting.txt44 an option, precede the arglist with "--", e.g.: >
309 before reading any file in the arglist. See also
H A Dtags5458 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 Dpi_netrw.txt2147 |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 DFilelist31 src/arglist.c \
218 src/proto/arglist.pro \

12