/plan9/sys/src/cmd/upas/filterkit/ |
H A D | dat.h | 1 typedef struct Addr Addr; typedef 2 struct Addr struct 4 Addr *next; argument 8 extern Addr* readaddrs(char*, Addr*); argument
|
/plan9/sys/src/cmd/upas/ml/ |
H A D | dat.h | 5 typedef struct Addr Addr; typedef 6 struct Addr struct 9 Addr *next; argument
|
/plan9/sys/src/libmach/ |
H A D | 5obj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 18 static Addr addr(Biobuf*); argument
|
H A D | sparc64obj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 18 static Addr addr(Biobuf*); argument
|
H A D | alphaobj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 18 static Addr addr(Biobuf*); argument
|
H A D | vobj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 18 static Addr addr(Biobuf*); argument
|
H A D | kobj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 18 static Addr addr(Biobuf*); argument
|
H A D | qobj.c | 12 typedef struct Addr Addr; typedef 13 struct Addr struct 19 static Addr addr(Biobuf*); argument
|
H A D | 9obj.c | 12 typedef struct Addr Addr; typedef 13 struct Addr struct 19 static Addr addr(Biobuf*); argument
|
H A D | 68020obj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 17 static Addr addr(Biobuf *); argument
|
H A D | 8obj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 17 static Addr addr(Biobuf*); argument
|
H A D | 6obj.c | 11 typedef struct Addr Addr; typedef 12 struct Addr struct 17 static Addr addr(Biobuf*); argument
|
/plan9/sys/src/cmd/sam/ |
H A D | parse.h | 1 typedef struct Addr Addr; typedef 3 struct Addr struct 8 Addr *aleft; /* left side of , and ; */ argument 11 Addr *next; /* or right side of , and ; */ argument
|
/plan9/sys/src/cmd/acme/ |
H A D | edit.h | 3 typedef struct Addr Addr; typedef 16 struct Addr struct 21 Addr *left; /* left side of , and ; */ argument 24 Addr *next; /* or right side of , and ; */ argument
|
/plan9/sys/src/cmd/dict/ |
H A D | dict.c | 14 typedef struct Addr Addr; typedef 16 struct Addr { struct 31 Addr *dot; /* "current" address */ argument
|
/plan9/sys/src/cmd/upas/marshal/ |
H A D | marshal.c | 9 typedef struct Addr Addr; typedef 27 struct Addr struct 29 Addr *next; argument 30 char *v;
|
/plan9/sys/src/cmd/aux/na/ |
H A D | na.y | 34 typedef enum Type { Const, Addr, Table, Extern, Reg, Unknown, Error } Type; enumerator
|
/plan9/sys/src/cmd/ |
H A D | sed.c | 36 } Addr; typedef
|