This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | t_warnings | 
Defines | |
| #define | LIMWCN 2000 | 
Functions | |
| void | wcnint (void) | 
| void | warnin (char *chLine) | 
| void | notein (char *chLine) | 
| void | bangin (char *chLine) | 
| void | caunin (char *chLine) | 
Variables | |
| EXTERN struct t_warnings | warnings | 
| #define LIMWCN 2000 | 
| void bangin | ( | char * | chLine | ) | 
bangin called by routine comment to enter surprise into comment stack
| *chLine | 
Definition at line 71 of file warnings.cpp.
References t_warnings::chBangln, DEBUG_ENTRY, ioQQQ, LIMWCN, t_warnings::nbang, and warnings.
Referenced by AgeCheck(), and PrtComment().
| void caunin | ( | char * | chLine | ) | 
caunin called by comment to enter caution into comment stack
| *chLine | 
Definition at line 94 of file warnings.cpp.
References t_warnings::chCaunln, DEBUG_ENTRY, ioQQQ, LIMWCN, t_warnings::ncaun, and warnings.
Referenced by AgeCheck(), and PrtComment().
| void notein | ( | char * | chLine | ) | 
notein enter a note about calculation into comment array
| *chLine | 
Definition at line 48 of file warnings.cpp.
References t_warnings::chNoteln, DEBUG_ENTRY, ioQQQ, LIMWCN, t_warnings::nnote, and warnings.
Referenced by AgeCheck(), and PrtComment().
| void warnin | ( | char * | chLine | ) | 
warnin enter warnings at the end of the calculations into large stack
| *chLine | 
Definition at line 25 of file warnings.cpp.
References t_warnings::chWarnln, DEBUG_ENTRY, ioQQQ, LIMWCN, t_warnings::nwarn, and warnings.
Referenced by BadStart(), and PrtComment().
| void wcnint | ( | void | ) | 
wcnint initialize stack or warnings, cautions, notes
Definition at line 11 of file warnings.cpp.
References DEBUG_ENTRY, t_warnings::nbang, t_warnings::ncaun, t_warnings::nnote, t_warnings::nwarn, and warnings.
Referenced by BadStart(), PrtComment(), and zero().
| EXTERN struct t_warnings warnings | 
Referenced by BadStart(), bangin(), caunin(), cdCautions(), cdNotes(), cdNwcns(), cdReasonGeo(), cdSurprises(), cdWarnings(), cloudy(), GridGatherAfterCloudy(), notein(), PrtComment(), ShowMe(), warnin(), and wcnint().
 1.4.7