Home | History | Annotate | Download | only in sh

Lines Matching defs:DEBUG

42  *	define DEBUG=1 to compile in debugging ('set -o debug' to turn on)
43 * define DEBUG=2 to compile in and enable debugging.
44 * define DEBUG=3 for DEBUG==2 + enable most standard debug output
45 * define DEBUG=4 for DEBUG==2 + enable absolutely everything
86 #undef DEBUG
89 #ifdef DEBUG
97 * command letter to each debug option. We currently use only 18
107 * just how much debug output is dumped to the trace file
110 * executed if the relevant debug flag is enabled, after any tracing output.
208 #else /* DEBUG */
224 #endif /* DEBUG */