Lines Matching defs:Cmdtab
36 typedef struct Cmdtab Cmdtab; typedef
37 struct Cmdtab struct
39 ushort cmdc; /* command character */
40 uchar text; /* takes a textual argument? */
41 uchar regexp; /* takes a regular expression? */
42 uchar addr; /* takes an address (m or t)? */
43 uchar defcmd; /* default command; 0==>none */
44 uchar defaddr; /* default address */
45 uchar count; /* takes a count e.g. s2/// */
46 char *token; /* takes text terminated by one of these */
47 int (*fn)(File*, Cmd*); /* function to call with parse tree */