/plan9/sys/src/cmd/ip/ftpfs/ |
H A D | ftpfs.h | 2 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 D | smtp.h | 6 typedef struct Node Node; typedef 11 struct Node { struct 12 Node *next; argument 23 Node *node; argument
|
/plan9/sys/src/cmd/ratfs/ |
H A D | ratfs.h | 37 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 D | sh.C | 13 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 D | units.y | 15 typedef struct Node Node; typedef 18 struct Node struct 26 Node node; argument
|
/plan9/sys/src/cmd/spin/ |
H A D | tl.h | 23 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 D | cc.h | 12 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 D | omachcap.c | 5 machcap(Node*) in machcap() argument
|
/plan9/sys/src/cmd/awk/ |
H A D | awk.h | 113 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 D | bflz.c | 51 typedef struct Node Node; typedef 52 struct Node { struct 53 Node *link; argument 58 Node *nodepool; argument
|
/plan9/sys/src/cmd/mk/ |
H A D | mk.h | 75 typedef struct Node struct 81 struct Node *next; /* list for a rule */ argument 82 } Node; typedef
|
/plan9/sys/src/cmd/acid/ |
H A D | acid.h | 16 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 D | builtin.c | 123 dosysr1(Node *r, Node*) in dosysr1() argument
|
/plan9/sys/src/libregexp/ |
H A D | regcomp.c | 13 struct Node struct 17 }Node; typedef
|
/plan9/sys/src/cmd/upas/bayes/ |
H A D | regcomp.c | 16 struct Node struct 20 }Node; argument
|
/plan9/sys/src/ape/lib/regexp/ |
H A D | regcomp.c | 15 struct Node struct 19 }Node; argument
|
/plan9/sys/src/cmd/acme/ |
H A D | regx.c | 90 typedef struct Node Node; typedef 91 struct Node struct 98 Node andstack[NSTACK]; argument
|
/plan9/sys/src/cmd/sam/ |
H A D | regexp.c | 85 typedef struct Node Node; typedef 86 struct Node struct 93 Node andstack[NSTACK]; argument
|
/plan9/sys/src/cmd/qc/ |
H A D | cgen.c | 1201 gcmpv(Node *l, Node *r, void (*mov)(Node*, Node*, int), int op) in gcmpv() argument
|