File modules/er/er_arrays.c

  $Revision: 1.3 $

Error reporting (er) er_arrays.c - auxiliary routines for parameter arrays
Status: NOT REVUED, PARTLY TESTED
Design and implementation by: Marek Bukowy

Included Files


Global Function er_getaspsym()

void er_getaspsym ( mask_t facmask, int asp, GString* g_reply )
Prototyped in: modules/er/er_arrays.h
Calls: MA_isset(), g_string_sprintfa(), g_string_truncate(), strlen()
References Variables: er_asparrmodules/er/er.c

Global Function er_getaspval()

unsigned int er_getaspval ( char* key )
Prototyped in: modules/er/erroutines.h
Calls: strcasecmp()
Called by: er_yyparse()modules/er/er.yacc.tab.c
References Variables: er_asparrmodules/er/er.c

Global Function er_getfacallmask()

mask_t er_getfacallmask ( void )
Prototyped in: modules/er/er_arrays.h
Calls: MA_new(), MA_set()
Called by: er_yyparse()modules/er/er.yacc.tab.c

Global Function er_getfacsym()

char* er_getfacsym ( er_fac_code_t faccode )
Prototyped in: modules/er/erroutines.h
Called by: er_format_line()modules/er/er.c
References Variables: er_fac_errmodules/er/er.c

Global Function er_getfacval()

er_mask_t er_getfacval ( char* key )
Prototyped in: modules/er/erroutines.h
Calls: strcasecmp()
Called by: er_yyparse()modules/er/er.yacc.tab.c
References Variables: er_fac_errmodules/er/er.c

Global Function er_getformatval()

int er_getformatval ( char* key )
Prototyped in: modules/er/er_arrays.h
Calls: strcasecmp()
Called by: er_yyparse()modules/er/er.yacc.tab.c
References Variables: er_formarrmodules/er/er.c

Global Function er_getpathval()

er_path_mt er_getpathval ( char* key )
Prototyped in: modules/er/erroutines.h
Calls: strcasecmp()
References Variables: er_pathtypesmodules/er/er.c

Global Function er_getsevsym()

char* er_getsevsym ( int sev, int mode )
Prototyped in: modules/er/erroutines.h
Called by: er_format_line()modules/er/er.c
References Variables: er_level_amodules/er/er.c

Global Function er_getsevval()

er_ret_t er_getsevval ( char* sev )
Prototyped in: modules/er/er_arrays.h
Calls: strcasecmp()
Called by: mysetsev()modules/er/er.yacc.tab.c
References Variables: er_level_amodules/er/er.c