Searched defs:_excmdlist (Results 1 – 1 of 1) sorted by relevance
15 typedef struct _excmdlist { /* Ex command table structure. */ struct16 const CHAR_T *name; /* Command name, underlying function. */17 int (*fn) __P((SCR *, EXCMD *));31 u_int16_t flags;33 const char *syntax; /* Syntax script. */34 const char *usage; /* Usage line. */35 const char *help; /* Help line. */