Symbol: lookfor
games/warp/move.c
573
lookfor(curobj->posy,curobj->posx,Base)) {
games/warp/move.h
13
int lookfor(int, int, char);
games/warp/play.c
122
if (lookfor(realapollo->posy,realapollo->posx,
games/warp/play.c
127
else if (lookfor(root.next->posy,root.next->posx,
games/warp/play.c
88
if (lookfor(realapollo->posy,realapollo->posx,
games/warp/play.c
93
else if (lookfor(root.next->posy,root.next->posx,
usr.sbin/sysinst/disks.c
101
static int found_fs(struct data *, size_t, const struct lookfor*);
usr.sbin/sysinst/disks.c
102
static int found_fs_nocheck(struct data *, size_t, const struct lookfor*);
usr.sbin/sysinst/disks.c
1720
process_found_fs(struct data *list, size_t num, const struct lookfor *item,
usr.sbin/sysinst/disks.c
1833
found_fs(struct data *list, size_t num, const struct lookfor *item)
usr.sbin/sysinst/disks.c
1840
found_fs_nocheck(struct data *list, size_t num, const struct lookfor *item)
usr.sbin/sysinst/disks.c
1974
struct lookfor *fstabbuf, *l;
usr.sbin/sysinst/txtwalk.c
100
match(char *line, const struct lookfor *these, size_t numthese)
usr.sbin/sysinst/txtwalk.c
125
process(const struct lookfor *item, char *line)
usr.sbin/sysinst/txtwalk.c
201
finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound)
usr.sbin/sysinst/txtwalk.c
55
static int process(const struct lookfor *, char *);
usr.sbin/sysinst/txtwalk.c
56
static int match(char *, const struct lookfor *, size_t);
usr.sbin/sysinst/txtwalk.c
57
static int finddata(const struct lookfor *, char *, struct data *, size_t *);
usr.sbin/sysinst/txtwalk.c
63
walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese)
usr.sbin/sysinst/txtwalk.h
56
int (*func) (struct data *list, size_t num, const struct lookfor*);
usr.sbin/sysinst/txtwalk.h
79
int walk(char *, size_t, const struct lookfor *, size_t);