Lines Matching refs:endp
925 if (rmp->startp[midx] == NULL || rmp->endp[midx] == NULL) in qf_parse_fmt_f()
929 c = *rmp->endp[midx]; in qf_parse_fmt_f()
930 *rmp->endp[midx] = NUL; in qf_parse_fmt_f()
932 *rmp->endp[midx] = c; in qf_parse_fmt_f()
1028 if (rmp->startp[midx] == NULL || rmp->endp[midx] == NULL) in qf_parse_fmt_m()
1030 len = (int)(rmp->endp[midx] - rmp->startp[midx]); in qf_parse_fmt_m()
1065 if (rmp->startp[midx] == NULL || rmp->endp[midx] == NULL) in qf_parse_fmt_p()
1068 for (match_ptr = rmp->startp[midx]; match_ptr != rmp->endp[midx]; in qf_parse_fmt_p()
1106 if (rmp->startp[midx] == NULL || rmp->endp[midx] == NULL) in qf_parse_fmt_s()
1108 len = (int)(rmp->endp[midx] - rmp->startp[midx]); in qf_parse_fmt_s()
1128 if (rmp->startp[midx] == NULL || rmp->endp[midx] == NULL) in qf_parse_fmt_o()
1130 len = (int)(rmp->endp[midx] - rmp->startp[midx]); in qf_parse_fmt_o()
8079 (int)(p_regmatch->endp[0] - line) in hgr_search_file()