/* called.h */ EXTERN struct t_called { /* say whether code returned busted, * if so set lgOK to FALSE when returning */ int lgBusted; /* should we print info? usually TRUE, set FALSE with * "print off" or "print quiet" commands */ int lgTalk; /* this is set TRUE when cdTalk is called with FALSE, * means do not ever turn printout on again */ int lgTalkForce; /* set true in cdInit, DoOptimize sets false when * we want to make sure that print on does not turn on print */ int lgTalkIsOK; } called;