Searched refs:CurPredName (Results 1 – 4 of 4) sorted by relevance
286 char *CurPredName=NULL; /* MR11 */ variable
868 CurPredName=(char *)calloc(1,strlen(name) + 10); in aPred()869 strcat(CurPredName,"#pred "); in aPred()870 strcat(CurPredName,name); in aPred()923 predExpr->source->rname=CurPredName; in aPred()
74 extern char *CurPredName;
1053 CurPredName=(char *)calloc(1,strlen(name) + 10);1054 strcat(CurPredName,"#pred ");1055 strcat(CurPredName,name);1093 predExpr->source->rname=CurPredName;