Searched defs:_excmdlist (Results 1 – 1 of 1) sorted by relevance
12 typedef struct _excmdlist { /* Ex command table structure. */ struct13 CHAR_T *name; /* Command name, underlying function. */14 int (*fn)(SCR *, EXCMD *);28 u_int16_t flags;30 char *syntax; /* Syntax script. */31 char *usage; /* Usage line. */32 char *help; /* Help line. */