Lines Matching refs:globs
469 struct globs struct
489 extern struct globs globs; argument
491 #define DEBUG_MAKE ( globs.debug[ 1 ] ) /* show actions when executed */
492 #define DEBUG_MAKEQ ( globs.debug[ 2 ] ) /* show even quiet actions */
493 #define DEBUG_EXEC ( globs.debug[ 2 ] ) /* show text of actons */
494 #define DEBUG_MAKEPROG ( globs.debug[ 3 ] ) /* show make0 progress */
495 #define DEBUG_BIND ( globs.debug[ 3 ] ) /* show when files bound */
497 #define DEBUG_EXECCMD ( globs.debug[ 4 ] ) /* show execcmds()'s work */
499 #define DEBUG_COMPILE ( globs.debug[ 5 ] ) /* show rule invocations */
501 #define DEBUG_HEADER ( globs.debug[ 6 ] ) /* show result of header scan */
502 #define DEBUG_BINDSCAN ( globs.debug[ 6 ] ) /* show result of dir scan */
503 #define DEBUG_SEARCH ( globs.debug[ 6 ] ) /* show binding attempts */
505 #define DEBUG_VARSET ( globs.debug[ 7 ] ) /* show variable settings */
506 #define DEBUG_VARGET ( globs.debug[ 8 ] ) /* show variable fetches */
507 #define DEBUG_VAREXP ( globs.debug[ 8 ] ) /* show variable expansions */
508 #define DEBUG_IF ( globs.debug[ 8 ] ) /* show 'if' calculations */
509 #define DEBUG_LISTS ( globs.debug[ 9 ] ) /* show list manipulation */
510 #define DEBUG_SCAN ( globs.debug[ 9 ] ) /* show scanner tokens */
511 #define DEBUG_MEM ( globs.debug[ 9 ] ) /* show memory use */
513 #define DEBUG_PROFILE ( globs.debug[ 10 ] ) /* dump rule execution times */
514 #define DEBUG_PARSE ( globs.debug[ 11 ] ) /* debug parsing */
515 #define DEBUG_GRAPH ( globs.debug[ 12 ] ) /* debug dependencies */
516 #define DEBUG_FATE ( globs.debug[ 13 ] ) /* show fate changes in make0() */