Home
last modified time | relevance | path

Searched defs:Case (Results 1 – 10 of 10) sorted by relevance

/inferno-os/utils/qc/
H A Dgc.h20 typedef struct Case Case; typedef
57 struct Case struct
59 Case* link; argument
65 #define C ((Case*)0) argument
/inferno-os/utils/kc/
H A Dgc.h20 typedef struct Case Case; typedef
54 struct Case struct
56 Case* link; argument
62 #define C ((Case*)0) argument
/inferno-os/utils/5c/
H A Dgc.h20 typedef struct Case Case; typedef
59 struct Case struct
61 Case* link; argument
67 #define C ((Case*)0) argument
/inferno-os/utils/ic/
H A Dgc.h20 typedef struct Case Case; typedef
55 struct Case struct
57 Case* link; argument
63 #define C ((Case*)0) argument
/inferno-os/utils/vc/
H A Dgc.h20 typedef struct Case Case; typedef
55 struct Case struct
57 Case* link; argument
63 #define C ((Case*)0) argument
/inferno-os/utils/8c/
H A Dgc.h20 typedef struct Case Case; typedef
61 struct Case struct
63 Case* link; argument
69 #define C ((Case*)0) argument
/inferno-os/utils/6c/
H A Dgc.h20 typedef struct Case Case; typedef
61 struct Case struct
63 Case* link; argument
69 #define C ((Case*)0) argument
/inferno-os/utils/0c/
H A Dgc.h20 typedef struct Case Case; typedef
56 struct Case struct
58 Case* link; argument
63 #define C ((Case*)0) argument
/inferno-os/utils/tc/
H A Dgc.h21 typedef struct Case Case; typedef
60 struct Case struct
62 Case* link; argument
67 #define C ((Case*)0) argument
/inferno-os/limbo/
H A Dlimbo.h21 typedef struct Case Case; typedef
154 struct Case struct
156 int nlab;
157 int nsnd;
158 long offset; /* offset in mp */
159 Label *labs;
160 Node *wild; /* if nothing matches */
161 Inst *iwild;