Lines Matching refs:stel
122 struct callstack_element *stel in begin_of_line() local
125 stel->return_addr); in begin_of_line()
563 struct callstack_element *stel in output_left() local
565 stel->fetch_context = context; in output_left()
566 stel->arguments = arguments; in output_left()
567 stel->out.params_left = params_left; in output_left()
568 stel->out.need_delim = need_delim; in output_left()
667 struct callstack_element *stel in output_right() local
670 struct fetch_context *context = stel->fetch_context; in output_right()
682 else if (stel->arguments != NULL in output_right()
683 && val_dict_push_named(stel->arguments, &retval, in output_right()
688 if (stel->arguments != NULL) in output_right()
689 output_params(stel->arguments, stel->out.params_left, in output_right()
690 val_dict_count(stel->arguments), in output_right()
691 &stel->out.need_delim); in output_right()
698 struct format_argument_data data = { &retval, stel->arguments }; in output_right()