Home
last modified time | relevance | path

Searched defs:exarg (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.h1900 struct exarg struct
1902 char_u *arg; // argument of the command
1907 char_u *cmdline_tofree; // free later
1910 long argt; // flags for the command
1912 int forceit; // TRUE if ! present
1914 linenr_T line1; // the first line number
1923 int regname; // register name (NUL if none)
1925 int read_edit; // ++edit argument
1929 int useridx; // user command index
1930 char *errmsg; // returned error message
[all …]
H A Dnetbeans.c1694 exarg_T exarg; in nb_do_cmd() local