Home
last modified time | relevance | path

Searched refs:ISDB (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddebug.h29 #define ISDB(_l) ((_l)&db_level) macro
31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \
34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0)
Dremake.c670 if (!noexist && ISDB (DB_BASIC|DB_VERBOSE)) in update_file_1()
676 if (ISDB (DB_VERBOSE)) in update_file_1()
681 if (ISDB (DB_BASIC)) in update_file_1()
686 if (ISDB (DB_BASIC)) in update_file_1()
689 else if (ISDB (DB_VERBOSE)) in update_file_1()
725 if (ISDB (DB_VERBOSE)) in update_file_1()
Dremote-cstms.c84 if (ISDB (DB_JOBS)) in start_remote_job_p()
Dvmsjobs.c680 if (comname && !ISDB (DB_JOBS)) in child_execute_job()
Dmisc.c639 if (! ISDB (DB_JOBS)) in log_access()
Dmain.c667 if (! ISDB (DB_VERBOSE)) in handle_runtime_exceptions()
1817 if (! ISDB (DB_MAKEFILES)) in main()
2021 if (ISDB (DB_BASIC)) in main()
Dread.c313 if (ISDB (DB_VERBOSE)) in eval_makefile()