Searched refs:SH_VERBOSE (Results 1 – 17 of 17) sorted by relevance
257 sh_onstate(SH_VERBOSE); /* echo lines as read */ in b_hist()273 if(!sh_isoption(SH_VERBOSE)) in b_hist()274 sh_offstate(SH_VERBOSE); in b_hist()
907 if(sh_isoption(SH_VERBOSE)) in b_set()908 sh_onstate(SH_VERBOSE); in b_set()910 sh_offstate(SH_VERBOSE); in b_set()
414 verbose = sh_isoption(SH_VERBOSE); in bash_init()415 sh_offoption(SH_VERBOSE); in bash_init()423 sh_offoption(SH_VERBOSE); in bash_init()
306 sh_offoption(SH_VERBOSE); in sh_main()491 sh_offstate(SH_VERBOSE); in exfile()495 if(sh_isoption(SH_VERBOSE)) in exfile()496 sh_onstate(SH_VERBOSE); in exfile()
128 sh_onoption(SH_VERBOSE); in main()
440 int was_verbose = sh_isstate(SH_VERBOSE); in sh_trap()449 sh_offstate(SH_VERBOSE); in sh_trap()489 sh_onstate(SH_VERBOSE); in sh_trap()
74 SH_NOUNSET, SH_VERBOSE, SH_XTRACE, SH_BRACEEXPAND, SH_NOCLOBBER,320 off_option(&newflags,SH_VERBOSE); in sh_argopts()
1904 int was_verbose = sh_isstate(SH_VERBOSE); in comsubst()1957 sh_offstate(SH_VERBOSE); in comsubst()2009 sh_onstate(SH_VERBOSE); in comsubst()
340 if(sh_isoption(SH_VERBOSE)) in sh_parse()341 sh_onstate(SH_VERBOSE); in sh_parse()
503 if(!sh_isoption(SH_VERBOSE)) in sh_eval()504 sh_offstate(SH_VERBOSE); in sh_eval()
194 if(sh_isstate(SH_VERBOSE)) in lex_advance()
114 "verbose", SH_VERBOSE,
61 #define SH_VERBOSE 3 /* used also as a state */ macro
70 #define SH_VERBOSE 3 /* used also as a state */ macro