Home
last modified time | relevance | path

Searched refs:ERROR____STILL_NONE (Results 1 – 4 of 4) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dnoneobj.c39 return Obj(new_error(ERROR____STILL_NONE, epoint)); in truth()
43 return Obj(new_error(ERROR____STILL_NONE, epoint)); in hash()
71 return new_error(ERROR____STILL_NONE, epoint); in ival()
75 return new_error(ERROR____STILL_NONE, epoint); in uval()
H A Derrors_e.h127 ERROR____STILL_NONE, enumerator
H A Dinstruction.c730 return new_error(ERROR____STILL_NONE, epoint2); in instruction()
776 return new_error(ERROR____STILL_NONE, epoint2); in instruction()
779 return new_error(ERROR____STILL_NONE, &epoints[1]); in instruction()
829 return new_error(ERROR____STILL_NONE, epoint2); in instruction()
832 return new_error(ERROR____STILL_NONE, &epoints[1]); in instruction()
835 return new_error(ERROR____STILL_NONE, &epoints[2]); in instruction()
841 return new_error(ERROR____STILL_NONE, epoint); in instruction()
H A Derror.c904 case ERROR____STILL_NONE: more = err_msg_still_none2(val); break; in err_msg_output()