Home
last modified time | relevance | path

Searched refs:EXITREQ (Results 1 – 3 of 3) sorted by relevance

/dports/math/aribas/aribas-1.64/src/
H A Dmainloop.c188 ret = EXITREQ;
191 if(ret != EXITREQ)
235 ret = EXITREQ;
H A Dfile.c184 if(ret == EXITREQ)
452 ret = EXITREQ;
H A Dcommon.h445 #define EXITREQ -1 /* possible return value of loadaux */ macro