lookfor
lookfor(curobj->posy,curobj->posx,Base)) {
int lookfor(int, int, char);
if (lookfor(realapollo->posy,realapollo->posx,
else if (lookfor(root.next->posy,root.next->posx,
if (lookfor(realapollo->posy,realapollo->posx,
else if (lookfor(root.next->posy,root.next->posx,
static int found_fs(struct data *, size_t, const struct lookfor*);
static int found_fs_nocheck(struct data *, size_t, const struct lookfor*);
process_found_fs(struct data *list, size_t num, const struct lookfor *item,
found_fs(struct data *list, size_t num, const struct lookfor *item)
found_fs_nocheck(struct data *list, size_t num, const struct lookfor *item)
struct lookfor *fstabbuf, *l;
match(char *line, const struct lookfor *these, size_t numthese)
process(const struct lookfor *item, char *line)
finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound)
static int process(const struct lookfor *, char *);
static int match(char *, const struct lookfor *, size_t);
static int finddata(const struct lookfor *, char *, struct data *, size_t *);
walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese)
int (*func) (struct data *list, size_t num, const struct lookfor*);
int walk(char *, size_t, const struct lookfor *, size_t);