Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex.h15 typedef struct _excmdlist { /* Ex command table structure. */ struct
16 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. */