eat
wordnumber = eat();
eat();
int eat(void);
eat(1, 1);
eat(xx - 2, yy);
eat(xx + 2, yy);
eat(xx, yy - 2);
eat(xx, yy + 2);
void eat(int, int);
eat(1, 1);
eat();
void eat(void);
goto eat;
eat:
eat(zp->z_filename, zp->z_linenum);
eat(zp->z_filename, zp->z_linenum);
eat(links[i].l_filename, links[i].l_linenum);
eat("command line", 1);
eat("command line", 1);
eat(rules[i].r_filename, rules[i].r_linenum);
eat(rules[i + 1].r_filename, rules[i + 1].r_linenum);
eat(zp->z_filename, zp->z_linenum);
eat(name, num);