Lines Matching refs:node
40 extern void forth_do_sou(struct tdesc *, struct node *);
41 extern void forth_do_enum(struct tdesc *, struct node *);
42 extern void forth_do_intrinsic(struct tdesc *, struct node *);
43 extern void genassym_do_sou(struct tdesc *, struct node *);
44 extern void genassym_do_enum(struct tdesc *, struct node *);
45 extern void genassym_do_intrinsic(struct tdesc *, struct node *);
46 extern void squander_do_sou(struct tdesc *, struct node *);
47 extern void squander_do_enum(struct tdesc *, struct node *);
48 extern void squander_do_intrinsic(struct tdesc *, struct node *);
58 void (*do_sou)(struct tdesc *, struct node *);
59 void (*do_enum)(struct tdesc *, struct node *);
60 void (*do_intrinsic)(struct tdesc *, struct node *);
73 static void printnode(struct node *np);
76 static void addchild(char *cp, struct node *np);
77 static struct node *getnode(char *cp);
225 find_child(struct node *np, char *w)
256 addchild(char *cp, struct node *np)
283 static struct node *
287 struct node *np;
323 struct node *np;
383 printnode(struct node *np)