OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISDB
(Results
1 - 7
of
7
) sorted by null
/ndk/sources/host-tools/make-3.81/
debug.h
29
#define
ISDB
(_l) ((_l)&db_level)
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)
remote-cstms.c
85
if (
ISDB
(DB_JOBS))
remake.c
673
if (!noexist &&
ISDB
(DB_BASIC|DB_VERBOSE))
679
if (
ISDB
(DB_VERBOSE))
684
if (
ISDB
(DB_BASIC))
689
if (
ISDB
(DB_BASIC))
692
else if (
ISDB
(DB_VERBOSE))
728
if (
ISDB
(DB_VERBOSE))
[
all
...]
misc.c
650
if (!
ISDB
(DB_JOBS))
vmsjobs.c
680
if (comname && !
ISDB
(DB_JOBS))
main.c
671
if (!
ISDB
(DB_VERBOSE))
[
all
...]
read.c
316
if (
ISDB
(DB_VERBOSE))
[
all
...]
Completed in 205 milliseconds