Searched defs:Type (Results 1 – 11 of 11) sorted by relevance
/plan9/sys/src/cmd/disk/ |
H A D | format.c | 9 typedef struct Type Type; typedef 10 struct Type struct 20 Type floppytype[] = argument
|
/plan9/sys/src/cmd/acid/ |
H A D | acid.h | 26 typedef struct Type Type; typedef 70 struct Type struct 72 Type* next; argument 84 Type* type; argument
|
/plan9/sys/src/cmd/cc/ |
H A D | cc.h | 14 typedef struct Type Type; typedef 118 struct Type struct 123 Type* link; argument 124 Type* down; argument 134 #define T ((Type*)0) argument
|
H A D | dcl.c | 4 dodecl(void (*f)(int,Type*,Sym*), int c, Type *t, Node *n) in dodecl() argument
|
/plan9/sys/src/cmd/telco/ |
H A D | telco.c | 26 typedef struct Type Type; typedef 125 struct Type struct 148 Type typetab[] = argument
|
/plan9/sys/src/cmd/disk/prep/ |
H A D | fdisk.c | 178 typedef struct Type Type; typedef 262 struct Type { struct 281 static Type types[256] = { argument
|
/plan9/sys/src/cmd/aux/na/ |
H A D | na.y | 34 typedef enum Type { Const, Addr, Table, Extern, Reg, Unknown, Error } Type; enum
|
/plan9/sys/src/cmd/troff/ |
H A D | n10.c | 18 enum { Notype = 0, Type = 1 }; enumerator
|
/plan9/sys/src/games/music/jukefs/ |
H A D | object.h | 32 } Type; typedef
|
/plan9/sys/src/cmd/scat/ |
H A D | plate.h | 93 typedef long Type; typedef
|
H A D | sky.h | 67 }Type; typedef
|