Searched defs:edesc (Results 1 – 1 of 1) sorted by relevance
154 struct edesc{ struct155 Eptr error_next; /*linked together*/156 int error_lgtext; /* how many on the right hand side*/157 char **error_text; /* the right hand side proper*/158 Errorclass error_e_class; /* error category of this error*/159 Errorclass error_s_class; /* sub descriptor of error_e_class*/160 int error_language; /* the language for this error*/161 int error_position; /* oridinal position */162 int error_line; /* discovered line number*/163 int error_no; /* sequence number on input */