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

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_subst.c880 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int flags) argument
917 if (ptrnp != NULL) {
937 free(*ptrnp);
938 *ptrnp = NULL;
950 MALLOC(sp, *ptrnp, (plen + 1) * sizeof(CHAR_T));
951 if (*ptrnp != NULL) {
952 MEMCPY(*ptrnp, ptrn, plen);
953 (*ptrnp)[plen] = '\0';
960 if (*ptrnp == NULL)
963 ptrn = *ptrnp;
1008 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1152 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1217 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
[all...]

Completed in 160 milliseconds