Home
last modified time | relevance | path

Searched refs:ptrnp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_subst.c882 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int fl… in re_compile() argument
919 if (ptrnp != NULL) { in re_compile()
939 free(*ptrnp); in re_compile()
940 *ptrnp = NULL; in re_compile()
952 MALLOC(sp, *ptrnp, (plen + 1) * sizeof(CHAR_T)); in re_compile()
953 if (*ptrnp != NULL) { in re_compile()
954 MEMCPY(*ptrnp, ptrn, plen); in re_compile()
955 (*ptrnp)[plen] = '\0'; in re_compile()
962 if (*ptrnp == NULL) in re_compile()
965 ptrn = *ptrnp; in re_compile()
[all …]