Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/sam/
H A Dparse.h36 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 */
[all …]
/plan9-contrib/sys/include/
H A D9p.h153 typedef struct Cmdtab Cmdtab; typedef
165 struct Cmdtab struct
167 int index; /* used by client to switch on result */
168 char *cmd; /* command name */
169 int narg; /* expected #args; 0 ==> variadic */
/plan9-contrib/sys/src/cmd/jtagfs/
H A Djtagfs.c846 typedef struct Cmdtab Cmdtab; typedef
854 struct Cmdtab struct
856 int index; /* used by client to switch on result */
857 char *cmd; /* command name */
858 int narg; /* expected #args; 0 ==> variadic */
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h11 typedef struct Cmdtab Cmdtab; typedef
496 struct Cmdtab struct
498 int index; /* used by client to switch on result */
499 char *cmd; /* command name */
500 int narg; /* expected #args; 0 ==> variadic */
/plan9-contrib/sys/src/9/port/
H A Dportdat.h5 typedef struct Cmdtab Cmdtab; typedef
875 struct Cmdtab struct
877 int index; /* used by client to switch on result */
878 char *cmd; /* command name */
879 int narg; /* expected #args; 0 ==> variadic */
/plan9-contrib/sys/src/9k/port/
H A Dportdat.h5 typedef struct Cmdtab Cmdtab; typedef
849 struct Cmdtab struct
851 int index; /* used by client to switch on result */
852 char *cmd; /* command name */
853 int narg; /* expected #args; 0 ==> variadic */