Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/engine/
H A Dinterface.c247 env->catch_frame = 0; in clone_environment()
H A Dforth.c2402 new->next = env->catch_frame; in catch()
2404 env->catch_frame = new; in catch()
2407 env->catch_frame = new->next; in catch()
2428 efp = env->catch_frame; in throw_from_fclib()
/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h198 error_frame *catch_frame; member