Searched refs:SHFLG_TestingMode (Results 1 – 1 of 1) sorted by relevance
21807 #define SHFLG_TestingMode 0x00000400 /* allow unsafe testing features */ macro26038 int testmode_on = ShellHasFlag(p,SHFLG_TestingMode); in open_db()29946 if( !ShellHasFlag(p,SHFLG_TestingMode) ){ in do_meta_command()31867 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()31879 if( aCtrl[i].unSafe && !ShellHasFlag(p,SHFLG_TestingMode) ) continue; in do_meta_command()33482 ShellSetFlag(&data,SHFLG_TestingMode);