Searched refs:qgtype (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h144 char *qgtype; /* [ngents] types of non-continuous vars */ member in struct:__anon1616
H A Deplex.c560 TryFree(lpd->qgtype);
2722 if (lpd->qgtype) CallN(Free(lpd->qgtype));
2723 lpd->qgtype = NULL;
4136 CallN(lpd->qgtype = (char *)Malloc(lpd->ngents*sizeof(char)));
4143 lpd->qgtype[%i] = '%c';\n\
4147 lpd->qgtype[j] = lpd->ctype[i]; /* 'B' or 'I' */
4158 lpd->qgtype = NULL;
4166 lpd->ngents, lpd->nsos, lpd->qgtype, lpd->mgcols, NULL,

Completed in 82 milliseconds