Searched refs:Node_t (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/std/
H A Dtsort.c56 } Node_t; typedef in typeref:struct:Node_s
61 Node_t* node;
65 visit(register Node_t* x)
98 Node_t* head = 0;
99 Node_t* x;
116 if (!(x = (Node_t*)hashlook(tab, b, HASH_CREATE|HASH_SIZE(sizeof(Node_t)), 0)))
141 visit((Node_t*)pos->bucket);
/ast/src/lib/libcmd/
H A Dexpr.c174 } Node_t; typedef in typeref:struct:Node_s
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np)
294 static int expr_cond(State_t* state, Node_t *np)
303 Node_t rp;
345 static int expr_mult(State_t* state, Node_t *np)
351 Node_t rp;
374 static int expr_add(State_t* state, Node_t *np)
380 Node_t rp;
394 static int expr_cmp(State_t* state, Node_t *n
[all...]
/ast/src/cmd/tw/
H A Dfind.c152 typedef struct Node_s Node_t; typedef in typeref:struct:Node_s
189 Node_t* np;
201 Node_t* next;
217 Node_t* cmd;
219 Node_t* topnode;
220 Node_t* lastnode;
221 Node_t* nextnode;
836 compile(State_t* state, char** argv, register Node_t* np, int nested)
839 register Node_t* oldnp = 0;
841 Node_t* t
[all...]
/ast/src/lib/libvcodex/Vchuff/
H A Dvchtrie.c39 } Node_t; typedef in typeref:struct:_node_s
43 Node_t* root, ssize_t len, Vcbit_t** sort, ssize_t ns, ssize_t lev)
49 Node_t* root; /* parent node of the new table */
58 Node_t nd;
161 Node_t root;

Completed in 12 milliseconds