Searched defs:Cmdtab (Results 1 – 6 of 6) sorted by relevance
36 typedef struct Cmdtab Cmdtab; typedef37 struct Cmdtab struct39 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 */[all …]
153 typedef struct Cmdtab Cmdtab; typedef165 struct Cmdtab struct167 int index; /* used by client to switch on result */168 char *cmd; /* command name */169 int narg; /* expected #args; 0 ==> variadic */
846 typedef struct Cmdtab Cmdtab; typedef854 struct Cmdtab struct856 int index; /* used by client to switch on result */857 char *cmd; /* command name */858 int narg; /* expected #args; 0 ==> variadic */
11 typedef struct Cmdtab Cmdtab; typedef496 struct Cmdtab struct498 int index; /* used by client to switch on result */499 char *cmd; /* command name */500 int narg; /* expected #args; 0 ==> variadic */
5 typedef struct Cmdtab Cmdtab; typedef875 struct Cmdtab struct877 int index; /* used by client to switch on result */878 char *cmd; /* command name */879 int narg; /* expected #args; 0 ==> variadic */
5 typedef struct Cmdtab Cmdtab; typedef849 struct Cmdtab struct851 int index; /* used by client to switch on result */852 char *cmd; /* command name */853 int narg; /* expected #args; 0 ==> variadic */