Searched defs:exarg (Results 1 – 2 of 2) sorted by relevance
1900 struct exarg struct1902 char_u *arg; // argument of the command1907 char_u *cmdline_tofree; // free later1910 long argt; // flags for the command1912 int forceit; // TRUE if ! present1914 linenr_T line1; // the first line number1923 int regname; // register name (NUL if none)1925 int read_edit; // ++edit argument1929 int useridx; // user command index1930 char *errmsg; // returned error message[all …]
1694 exarg_T exarg; in nb_do_cmd() local