Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ip/ftpfs/
H A Dftpfs.h2 typedef struct Node Node; typedef
13 struct Node struct
17 Node *parent; argument
18 Node *sibs; argument
19 Node *children; argument
20 File *fp;
21 short depth;
22 char chdirunknown; /* true if QTDIR bit of files in this dir is unknown */
23 int opens;
/plan9/sys/src/cmd/upas/smtp/
H A Dsmtp.h6 typedef struct Node Node; typedef
11 struct Node { struct
12 Node *next; argument
23 Node *node; argument
/plan9/sys/src/cmd/ratfs/
H A Dratfs.h37 typedef struct Node Node; typedef
69 struct Node struct
75 Node *parent; /* points to self in root node*/ argument
76 Node *sibs; /* 0 in Ipaddr and Acctaddr dirs */ argument
78 Node *children; /* type == Directory || Addrdir || Trusted */ argument
/plan9/sys/src/cmd/
H A Dsh.C13 typedef struct Node Node; typedef
14 struct Node{ /* parse tree node */ struct
15 int (*op)(Node *); /* operator function */ argument
16 Node *args[2]; /* argument nodes */ argument
21 Node nodes[25]; /* node pool */ argument
91 alloc(int (*op)(Node *)) in alloc()
H A Dunits.y15 typedef struct Node Node; typedef
18 struct Node struct
26 Node node; argument
/plan9/sys/src/cmd/spin/
H A Dtl.h23 typedef struct Node { struct
26 struct Node *lft; /* tree */ argument
27 struct Node *rgt; /* tree */ argument
28 struct Node *nxt; /* if linked list */ argument
29 } Node; typedef
/plan9/sys/src/cmd/cc/
H A Dcc.h12 typedef struct Node Node; typedef
45 struct Node struct
47 Node* left; argument
48 Node* right; argument
71 #define Z ((Node*)0) argument
H A Domachcap.c5 machcap(Node*) in machcap() argument
/plan9/sys/src/cmd/awk/
H A Dawk.h113 typedef struct Node { struct
115 struct Node *nnext; argument
118 struct Node *narg[1]; /* variable: actual size set by calling malloc */ argument
119 } Node; typedef
/plan9/sys/lib/dist/cmd/
H A Dbflz.c51 typedef struct Node Node; typedef
52 struct Node { struct
53 Node *link; argument
58 Node *nodepool; argument
/plan9/sys/src/cmd/mk/
H A Dmk.h75 typedef struct Node struct
81 struct Node *next; /* list for a rule */ argument
82 } Node; typedef
/plan9/sys/src/cmd/acid/
H A Dacid.h16 typedef struct Node Node; typedef
153 struct Node struct
158 Node* left; argument
159 Node* right; argument
164 #define ZN (Node*)0 argument
H A Dbuiltin.c123 dosysr1(Node *r, Node*) in dosysr1() argument
/plan9/sys/src/libregexp/
H A Dregcomp.c13 struct Node struct
17 }Node; typedef
/plan9/sys/src/cmd/upas/bayes/
H A Dregcomp.c16 struct Node struct
20 }Node; argument
/plan9/sys/src/ape/lib/regexp/
H A Dregcomp.c15 struct Node struct
19 }Node; argument
/plan9/sys/src/cmd/acme/
H A Dregx.c90 typedef struct Node Node; typedef
91 struct Node struct
98 Node andstack[NSTACK]; argument
/plan9/sys/src/cmd/sam/
H A Dregexp.c85 typedef struct Node Node; typedef
86 struct Node struct
93 Node andstack[NSTACK]; argument
/plan9/sys/src/cmd/qc/
H A Dcgen.c1201 gcmpv(Node *l, Node *r, void (*mov)(Node*, Node*, int), int op) in gcmpv() argument