Lines Matching defs:body
60 #define BODY 'o'
65 struct body {
68 struct body *prev;
69 struct body *next;
74 static struct body *head, *tail, goody;
86 static void display(const struct body *, char);
89 static void newpos(struct body *);
96 static struct body *
99 struct body *b;
172 struct body *bp, *np;
193 display(np, BODY);
201 display(const struct body *pos, char chr)
234 newpos(struct body *bp)
265 struct body *nh;
322 display(head, BODY);