Searched refs:SUFF (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dsuff.c341 DEBUGF(SUFF, ("inserting an empty list?..."));
344 DEBUGF(SUFF, ("inserting %s(%d)...", s->name, s->sNum));
346 DEBUGF(SUFF, ("at end of list\n"));
351 DEBUGF(SUFF, ("before %s(%d)\n", s2->name, s2->sNum));
356 DEBUGF(SUFF, ("already there\n"));
545 DEBUGF(SUFF, ("defining transformation from `%s' to `%s'\n",
573 DEBUGF(SUFF, ("transformation %s complete\n", gn->name));
584 DEBUGF(SUFF, ("deleting transformation from `%s' to `%s'\n",
1027 DEBUGF(SUFF, ("\ttrying %s...", s->file));
1051 DEBUGF(SUFF, ("no
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dsuff.c510 if (DEBUG(SUFF)) {
514 if (DEBUG(SUFF)) {
521 if (DEBUG(SUFF)) {
527 } else if (DEBUG(SUFF)) {
721 if (DEBUG(SUFF)) {
771 if (DEBUG(SUFF)) {
796 } else if ((gn->type & OP_TRANSFORM) && DEBUG(SUFF)) {
932 if (DEBUG(SUFF)) {
1353 if (DEBUG(SUFF)) {
1378 if (DEBUG(SUFF)) {
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c654 char *suff, *SUFF; local
660 SUFF = ns(suff);
661 raisestr(SUFF);
664 fprintf(fp, "%sFILES=", SUFF);

Completed in 47 milliseconds