Home
last modified time | relevance | path

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

/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dexclist.c100 mf_exception
117 return (mf_exception) s; in mf_status_to_exception()
H A Dmailfromd.h43 } mf_exception; typedef
733 mf_exception mf_status_to_exception(mf_status s);
815 void env_throw(eval_environ_t env, mf_exception exception,
818 void env_throw_bi(eval_environ_t env, mf_exception exception,
821 void env_throw_0(eval_environ_t env, mf_exception exception,
H A Dprog.c2032 env_throw_0(env, (mf_exception) n, off); in instr_throw()
2509 env_throw_0(eval_environ_t env, mf_exception status, size_t off) in env_throw_0()
2539 env_throw(eval_environ_t env, mf_exception status, const char *fmt, ...) in env_throw()
2550 env_throw_bi(eval_environ_t env, mf_exception status, const char *biname, in env_throw_bi()