Home
last modified time | relevance | path

Searched defs:Addr (Results 1 – 18 of 18) sorted by relevance

/plan9/sys/src/cmd/upas/filterkit/
H A Ddat.h1 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 Ddat.h5 typedef struct Addr Addr; typedef
6 struct Addr struct
9 Addr *next; argument
/plan9/sys/src/libmach/
H A D5obj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
18 static Addr addr(Biobuf*); argument
H A Dsparc64obj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
18 static Addr addr(Biobuf*); argument
H A Dalphaobj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
18 static Addr addr(Biobuf*); argument
H A Dvobj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
18 static Addr addr(Biobuf*); argument
H A Dkobj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
18 static Addr addr(Biobuf*); argument
H A Dqobj.c12 typedef struct Addr Addr; typedef
13 struct Addr struct
19 static Addr addr(Biobuf*); argument
H A D9obj.c12 typedef struct Addr Addr; typedef
13 struct Addr struct
19 static Addr addr(Biobuf*); argument
H A D68020obj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
17 static Addr addr(Biobuf *); argument
H A D8obj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
17 static Addr addr(Biobuf*); argument
H A D6obj.c11 typedef struct Addr Addr; typedef
12 struct Addr struct
17 static Addr addr(Biobuf*); argument
/plan9/sys/src/cmd/sam/
H A Dparse.h1 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 Dedit.h3 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 Ddict.c14 typedef struct Addr Addr; typedef
16 struct Addr { struct
31 Addr *dot; /* "current" address */ argument
/plan9/sys/src/cmd/upas/marshal/
H A Dmarshal.c9 typedef struct Addr Addr; typedef
27 struct Addr struct
29 Addr *next; argument
30 char *v;
/plan9/sys/src/cmd/aux/na/
H A Dna.y34 typedef enum Type { Const, Addr, Table, Extern, Reg, Unknown, Error } Type; enumerator
/plan9/sys/src/cmd/
H A Dsed.c36 } Addr; typedef