Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 8 of 8) sorted by relevance

/inferno-os/utils/cc/
H A Dcc.h9 typedef struct Node Node; typedef
42 struct Node struct
44 Node* left; argument
45 Node* right; argument
69 #define Z ((Node*)0) argument
/inferno-os/utils/awk/
H A Dawk.h130 typedef struct Node { struct
132 struct Node *nnext; argument
135 struct Node *narg[1]; /* variable: actual size set by calling malloc */ argument
136 } Node; typedef
/inferno-os/utils/mk/
H A Dmk.h76 typedef struct Node struct
82 struct Node *next; /* list for a rule */ argument
83 } Node; typedef
/inferno-os/utils/acid/
H A Dacid.h16 typedef struct Node Node; typedef
158 struct Node struct
163 Node* left; argument
164 Node* right; argument
168 #define ZN (Node*)0 argument
/inferno-os/utils/libregexp/
H A Dregcomp.c12 struct Node struct
16 }Node; typedef
/inferno-os/utils/c2l/
H A Dcc.h9 typedef struct Node Node; typedef
52 struct Node struct
54 Node* left; argument
55 Node* right; argument
69 #define Z ((Node*)0) argument
/inferno-os/limbo/
H A Dlimbo.h31 typedef struct Node Node; typedef
428 struct Node struct
435 Node *left; argument
436 Node *right; argument
437 Type *ty;
438 Decl *decl;
439 Long val; /* for Oconst */
440 Real rval; /* for Oconst */
/inferno-os/utils/qc/
H A Dcgen.c1201 gcmpv(Node *l, Node *r, void (*mov)(Node*, Node*, int), int op) in gcmpv() argument