Home
last modified time | relevance | path

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

/dports/devel/tass64/64tass-1.56.2625-src/
H A Derrors_e.h109 ERROR__MISSING_OPEN, enumerator
H A D64tass.c3342 } else err_msg2(ERROR__MISSING_OPEN, ".function", &epoint); in compile()
3359 err_msg2(ERROR__MISSING_OPEN, ".for', '.rept' or '.while", &epoint); in compile()
3372 } else {err_msg2(ERROR__MISSING_OPEN, ".for", &epoint); goto breakerr;} in compile()
3384 } else {err_msg2(ERROR__MISSING_OPEN, ".rept", &epoint); goto breakerr;} in compile()
3407 } else {err_msg2(ERROR__MISSING_OPEN, ".proc", &epoint); goto breakerr;} in compile()
3424 } else err_msg2(ERROR__MISSING_OPEN, ".struct", &epoint); in compile()
3476 } else {err_msg2(ERROR__MISSING_OPEN, ".page", &epoint); goto breakerr;} in compile()
3502 if (pop_context()) err_msg2(ERROR__MISSING_OPEN, ".block", &epoint); in compile()
3522 if (pop_context2()) err_msg2(ERROR__MISSING_OPEN, ".with", &epoint); in compile()
3524 } else {err_msg2(ERROR__MISSING_OPEN, ".with", &epoint); goto breakerr;} in compile()
[all …]
H A Derror.c559 case ERROR__MISSING_OPEN: in err_msg2()