HomeSort by: relevance | last modified time | path
    Searched refs:lookfor (Results 1 - 6 of 6) sorted by relevancy

  /src/games/warp/
move.h 13 int lookfor(int, int, char);
play.c 88 if (lookfor(realapollo->posy,realapollo->posx,
93 else if (lookfor(root.next->posy,root.next->posx,
122 if (lookfor(realapollo->posy,realapollo->posx,
127 else if (lookfor(root.next->posy,root.next->posx,
move.c 573 lookfor(curobj->posy,curobj->posx,Base)) {
635 lookfor(int y, int x, char what) function in typeref:typename:int
  /src/usr.sbin/sysinst/
txtwalk.h 49 struct lookfor { struct
56 int (*func) (struct data *list, size_t num, const struct lookfor*);
79 int walk(char *, size_t, const struct lookfor *, size_t);
txtwalk.c 55 static int process(const struct lookfor *, char *);
56 static int match(char *, const struct lookfor *, size_t);
57 static int finddata(const struct lookfor *, char *, struct data *, size_t *);
63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese)
100 match(char *line, const struct lookfor *these, size_t numthese)
125 process(const struct lookfor *item, char *line)
201 finddata(const struct lookfor *item, char *line, struct data *found, size_t *numfound)
disks.c 100 static int found_fs(struct data *, size_t, const struct lookfor*);
101 static int found_fs_nocheck(struct data *, size_t, const struct lookfor*);
1705 process_found_fs(struct data *list, size_t num, const struct lookfor *item,
1818 found_fs(struct data *list, size_t num, const struct lookfor *item)
1825 found_fs_nocheck(struct data *list, size_t num, const struct lookfor *item)
1959 struct lookfor *fstabbuf, *l;

Completed in 16 milliseconds