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

/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dtarg.c574 #define PRINTBIT(attr) case CONCAT(OP_,attr): fprintf(debug_file, "." #attr " "); break macro
584 PRINTBIT(OPTIONAL);
585 PRINTBIT(USE);
586 PRINTBIT(EXEC);
587 PRINTBIT(IGNORE);
588 PRINTBIT(PRECIOUS);
589 PRINTBIT(SILENT);
590 PRINTBIT(MAKE);
591 PRINTBIT(JOIN);
592 PRINTBIT(INVISIBL
[all...]

Completed in 95 milliseconds