Searched refs:errLevelText (Results 1 – 1 of 1) sorted by relevance
/dports/cad/tkgate/tkgate-2.1/src/verga/ |
H A D | error.c | 175 static char *errLevelText[] = {"warning", "error", "scripterror"}; variable 665 p += sprintf(p,"%s command ",errLevelText[ed->ed_level]); in errorCmd() 697 p += sprintf(p,"%s run %llu : ",errLevelText[ed->ed_level],curTime); in errorRun() 731 p = Place_report(place,errLevelText[ed->ed_level],0,message); in errorFile() 740 p = Place_report(place,errLevelText[ed->ed_level],0,message); in errorFile() 773 p = Place_report(place,errLevelText[ed->ed_level],0,buf); in errorModule() 801 p = Place_report(place,errLevelText[ed->ed_level],net,buf); in errorNet()
|