usr.bin/make/gnode.h
143
Suff *suffix; /* Suffix for the node (determined by
usr.bin/make/suff.c
1050
Suff *suff;
usr.bin/make/suff.c
1075
record_possible_suffix(Suff *s, GNode *gn, char *eoname, Lst srcs, Lst targs)
usr.bin/make/suff.c
1113
Suff *suff;
usr.bin/make/suff.c
123
Suff *suff; /* The suffix on the file */
usr.bin/make/suff.c
142
static Suff *emptySuff; /* The empty suffix required for POSIX
usr.bin/make/suff.c
147
static bool parse_transformi(const char *, const char *, Suff **, Suff **);
usr.bin/make/suff.c
1476
const Suff *s = p;
usr.bin/make/suff.c
1483
Suff *s = sp;
usr.bin/make/suff.c
149
static Suff *new_suffixi(const char *, const char *);
usr.bin/make/suff.c
1511
const Suff **pa = (const Suff **)a;
usr.bin/make/suff.c
1512
const Suff **pb = (const Suff **)b;
usr.bin/make/suff.c
1517
print_path(Suff *s)
usr.bin/make/suff.c
153
static void record_possible_suffix(Suff *, GNode *, char *, Lst, Lst);
usr.bin/make/suff.c
1543
Suff **t;
usr.bin/make/suff.c
155
static Suff *find_suffix_as_suffix(Lst, const char *, const char *);
usr.bin/make/suff.c
156
static Suff *add_suffixi(const char *, const char *);
usr.bin/make/suff.c
158
static void SuffInsert(Lst, Suff *);
usr.bin/make/suff.c
164
static bool SuffApplyTransform(GNode *, GNode *, Suff *, Suff *);
usr.bin/make/suff.c
173
static Suff *find_suffi(const char *, const char *);
usr.bin/make/suff.c
174
static Suff *find_best_suffix(const char *, const char *);
usr.bin/make/suff.c
224
suffix_is_suffix(Suff *s, const char *str, const char *estr)
usr.bin/make/suff.c
244
static Suff *
usr.bin/make/suff.c
299
SuffInsert(Lst l, Suff *s)
usr.bin/make/suff.c
302
Suff *s2 = NULL; /* the suffix descriptor in this element */
usr.bin/make/suff.c
332
Suff *s;
usr.bin/make/suff.c
350
parse_transformi(const char *str, const char *e, Suff **srcPtr, Suff **targPtr)
usr.bin/make/suff.c
352
Suff *src, *target, *best_src, *best_target;
usr.bin/make/suff.c
422
Suff *path = add_suffixi(".PATH", NULL);
usr.bin/make/suff.c
426
static Suff *
usr.bin/make/suff.c
432
Suff *best = NULL;
usr.bin/make/suff.c
433
Suff *suff;
usr.bin/make/suff.c
455
Suff *s = find_best_suffix(name, name + strlen(name));
usr.bin/make/suff.c
477
Suff *s; /* source suffix */
usr.bin/make/suff.c
478
Suff *t; /* target suffix */
usr.bin/make/suff.c
510
make_suffix_known(Suff *s)
usr.bin/make/suff.c
520
static Suff *
usr.bin/make/suff.c
523
Suff *s;
usr.bin/make/suff.c
551
static Suff *
usr.bin/make/suff.c
554
Suff *s; /* new suffix descriptor */
usr.bin/make/suff.c
580
Suff *s, *s2;
usr.bin/make/suff.c
612
Suff *s;
usr.bin/make/suff.c
651
Suff *s = sp;
usr.bin/make/suff.c
827
Suff *suff; /* Suffix on matching beastie */
usr.bin/make/suff.c
905
Suff *t, /* Target suffix */
usr.bin/make/suff.c
906
Suff *s) /* Source suffix */
usr.bin/make/suff.c
966
static Suff *
usr.bin/make/suff.c
970
Suff *s;
usr.bin/make/suff.c
997
Suff *ms; /* Suffix descriptor for member */