Home
last modified time | relevance | path

Searched defs:Cmd (Results 1 – 25 of 28) sorted by relevance

12

/plan9-contrib/sys/src/cmd/sam/
H A Dparse.h2 typedef struct Cmd Cmd; typedef
17 struct Cmd struct
22 Cmd *cmd; /* target of x, g, {, etc. */ argument
26 Cmd *next; /* pointer to next element in {} */ argument
47 int (*fn)(File*, Cmd*); /* function to call with parse tree */ argument
/plan9-contrib/sys/src/cmd/acme/
H A Dedit.h5 typedef struct Cmd Cmd; typedef
33 struct Cmd struct
38 Cmd *cmd; /* target of x, g, {, etc. */ argument
42 Cmd *next; /* pointer to next element in {} */ argument
57 int (*fn)(Text*, Cmd*); /* function to call with parse tree */ argument
H A Decmd.c221 d_cmd(Text *t, Cmd*) in d_cmd() argument
437 p_cmd(Text *t, Cmd*) in p_cmd() argument
/plan9-contrib/sys/src/cmd/aux/
H A D9pcon.c227 typedef struct Cmd Cmd; typedef
228 struct Cmd { struct
236 Cmd msg9p[] = { argument
/plan9-contrib/sys/src/cmd/upas/ned/
H A Dnedmail.c7 typedef struct Cmd Cmd; typedef
143 struct Cmd { struct
145 Message *(*f)(Cmd*, Message*); argument
166 char* parsecmd(char*, Cmd*, Message*, Message*); argument
1279 Hcmd(Cmd*, Message *m) in Hcmd() argument
1288 hcmd(Cmd*, Message *m) in hcmd() argument
1301 bcmd(Cmd*, Message *m) in bcmd() argument
1318 ncmd(Cmd*, Message *m) in ncmd() argument
1385 Pcmd(Cmd*, Message *m) in Pcmd() argument
1471 pcmd(Cmd*, Message *m) in pcmd() argument
[all …]
/plan9-contrib/sys/src/cmd/upas/pop3/
H A Dpop3.c6 typedef struct Cmd Cmd; typedef
7 struct Cmd struct
9 char *name;
10 int needauth;
11 int (*f)(char*);
/plan9-contrib/sys/src/cmd/disk/prep/
H A Dedit.c312 typedef struct Cmd Cmd; typedef
313 struct Cmd { struct
318 Cmd cmds[] = { argument
/plan9-contrib/sys/src/cmd/aux/vga/
H A Dibm8514.c21 Cmd = 0x9AE8, /* Drawing Command (W) */ enumerator
/plan9-contrib/sys/src/cmd/fossil/
H A DCcli.c8 } Cmd; typedef
/plan9-contrib/sys/src/cmd/ip/
H A Dftpd.c77 typedef struct Cmd Cmd; typedef
78 struct Cmd struct
85 Cmd cmdtab[] = argument
/plan9-contrib/sys/src/9/bcm/
H A Dether4330.c241 typedef struct Cmd Cmd; typedef
255 struct Cmd { struct
256 uchar cmd[4];
257 uchar len[4];
258 uchar flags[2];
259 uchar id[2];
260 uchar status[4];
H A Dsdhost.c37 Cmd = 0x00>>2, enumerator
/plan9-contrib/sys/src/cmd/aquarela/
H A Dcifscmd.c88 } Cmd; typedef
/plan9-contrib/sys/src/9/pcboot/
H A Dexpand.c51 Cmd= 0x64, /* command port (write only) */ enumerator
/plan9-contrib/sys/src/9/mtx/
H A Dkbd.c22 Cmd= 0x64, /* command port (write only) */ enumerator
/plan9-contrib/sys/src/games/music/jukefs/
H A Dobject.h10 Cmd, enumerator
/plan9-contrib/sys/src/9/loongson/
H A Dkbd.c25 Cmd= 0x64, /* command port (write only) */ enumerator
/plan9-contrib/sys/src/9/pc/
H A Dkbd.c25 Cmd= 0x64, /* command port (write only) */ enumerator
H A Detherga620.c157 typedef int Cmd; /* cmd<<24 | flags<<12 | index */ typedef
H A Dether8169.c62 Cmd = 0x00000008, /* Command */ enumerator
H A Dusbuhci.c61 Cmd = 0, enumerator
/plan9-contrib/sys/src/9k/386/
H A Dkbd.c26 Cmd= 0x64, /* command port (write only) */ enumerator
H A Dether8169.c63 Cmd = 0x00000008, /* Command */ enumerator
/plan9-contrib/sys/src/9/kw/
H A Dsdio.c43 Cmd = 0x1c>>2, enumerator
/plan9-contrib/sys/src/9/teg2/
H A Dether8169.c71 Cmd = 0x00000008, /* Command */ enumerator

12