Home
last modified time | relevance | path

Searched refs:DebugFlag (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/mopd/mopd/
Dprocess.c46 extern int DebugFlag;
184 if (DebugFlag == DEBUG_ONELINE) { in mopSendASV()
188 if (DebugFlag >= DEBUG_HEADER) { in mopSendASV()
193 if (DebugFlag >= DEBUG_INFO) { in mopSendASV()
198 if (DebugFlag) { in mopSendASV()
288 if (DebugFlag == DEBUG_ONELINE) { in mopStartLoad()
292 if (DebugFlag >= DEBUG_HEADER) { in mopStartLoad()
297 if (DebugFlag >= DEBUG_INFO) { in mopStartLoad()
302 if (DebugFlag) { in mopStartLoad()
406 if (DebugFlag == DEBUG_ONELINE) { in mopNextLoad()
[all …]
Dmopd.c60 int DebugFlag = 0; /* print debugging messages */ variable
87 DebugFlag++; in main()
118 if ((!ForegroundFlag) && DebugFlag) in main()
122 if ((!ForegroundFlag) && (!DebugFlag)) { in main()
/netbsd/src/usr.sbin/mopd/moptrace/
Dmoptrace.c60 int DebugFlag = 0; /* print debugging messages */ variable
85 DebugFlag++; in main()