Searched refs:SUFF_NULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c137 #define SUFF_NULL 0x04 /* The empty suffix */ macro
902 if ((suff->flags & SUFF_NULL) && *suff->name != '\0') {
2107 suffNull->flags &= ~SUFF_NULL;
2109 s->flags |= SUFF_NULL;
2150 suffNull->flags = SUFF_NULL;
2167 { SUFF_NULL, "NULL" },
/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c161 #define SUFF_NULL 0x04 /* The empty suffix */ macro
1187 if ((s->flags & SUFF_NULL) && (*s->name != '\0')) {
2500 suffNull->flags &= ~SUFF_NULL;
2502 s->flags |= SUFF_NULL;
2551 suffNull->flags = SUFF_NULL;
2608 case SUFF_NULL:

Completed in 106 milliseconds