Searched refs:tail_action (Results 1 – 1 of 1) sorted by relevance
64 action_part tail_action; in production() local93 tail_action = strip_trailing_action(rhs_parts, _rhs_length); in production()94 if (tail_action != null) _rhs_length--; in production()108 if (tail_action != null && tail_action.code_string() != null) in production()109 action_str = tail_action.code_string() + action_str; in production()