Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dsymbol.c710 fth_exception_last_message_set(FTH exc, FTH msg) in fth_exception_last_message_set() function
731 fth_exception_last_message_set(exc, msg); in ficl_exception_last_message_set()
H A Dfth.h1012 void fth_exception_last_message_set(FTH, FTH);
H A Dutils.c400 fth_exception_last_message_set(exc, fs); in fth_throw()
/dports/lang/fth/fth-1.4.1/ficl/
H A Dvm.c2531 fth_exception_last_message_set(ex, fs); in ficlVmThrowErrorVararg()