Home | History | Annotate | Download | only in sed

Lines Matching refs:err_info

91   struct error_info err_info;	/* track where `{}' blocks start */
723 setup_label(list, idx, name, err_info)
727 const struct error_info *err_info;
732 if (err_info)
733 MEMCPY(&ret->err_info, err_info, sizeof (ret->err_info));
1647 MEMCPY(&cur_input, &blocks->err_info, sizeof (cur_input));