Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex.h12 typedef struct _excmdlist { /* Ex command table structure. */ struct
13 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. */