Searched refs:__debug_on (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drpc004.tcl10 global __debug_on
H A Drpc006.tcl12 global __debug_on
H A Dtest.tcl17 global __debug_on
858 global __debug_on
880 if { $__debug_on != 0 } {
901 global __debug_on
964 if { $__debug_on != 0 } {
999 global __debug_on
1059 if { $__debug_on != 0 } {
1107 global __debug_on
1153 if { $__debug_on != 0 } {
1190 global __debug_on
[all...]
H A Drpc002.tcl11 global __debug_on
H A Drpc005.tcl10 global __debug_on
H A Drpc001.tcl10 global __debug_on
H A Dtestutils.tcl376 global __debug_on
380 set __debug_on 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtcl_db.h129 extern int __debug_on, __debug_print, __debug_stop, __debug_test;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c741 int __debug_stop, __debug_on, __debug_print, __debug_test; variable
749 if (__debug_on == 0)
753 printf("\r%7d:", __debug_on);
756 if (__debug_on++ == __debug_test || __debug_stop)
H A Dtcl_db_pkg.c102 interp, "__debug_on", (char *)&__debug_on, TCL_LINK_INT);

Completed in 196 milliseconds