Searched refs:FC_FCODE_ABORT (Results 1 – 2 of 2) sorted by relevance
307 #define FC_FCODE_ABORT -4 /* Interpreter called exit(1) */ macro308 #define FC_ERROR_VALID(s) ((s) >= FC_FCODE_ABORT) && ((s) <= FC_TIMEOUT)
170 error = FC_FCODE_ABORT; in main()