Searched refs:smf_set_handled (Results 1 – 6 of 6) sorted by relevance
306 smf_set_handled(&s->ctx); in negated_1_run()355 smf_set_handled(&s->ctx); in zero_1_run()381 smf_set_handled(&s->ctx); in int_1_run()403 smf_set_handled(&s->ctx); in frac_1_run()407 smf_set_handled(&s->ctx); in frac_1_run()446 smf_set_handled(&s->ctx); in negated_2_run()511 smf_set_handled(&s->ctx); in zero_2_run()537 smf_set_handled(&s->ctx); in int_2_run()559 smf_set_handled(&s->ctx); in frac_2_run()563 smf_set_handled(&s->ctx); in frac_2_run()
157 void smf_set_handled(struct smf_ctx *ctx);
87 smf_set_handled(SMF_CTX(obj)); in s_run()139 smf_set_handled(SMF_CTX(obj)); in s1_run()210 smf_set_handled(SMF_CTX(obj)); in s2_run()
227 smf_set_handled(SMF_CTX(obj)); in parent_ab_run()357 smf_set_handled(SMF_CTX(obj)); in state_b_run()
384 void smf_set_handled(struct smf_ctx *ctx) in smf_set_handled() function
117 Calling :c:func:`smf_set_handled` prevents calling the run action of parent118 states. It is not required to call :c:func:`smf_set_handled` if the state372 call either :c:func:`smf_set_state` or :c:func:`smf_set_handled`.