HomeSort by: relevance | last modified time | path
    Searched defs:ptrn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_global.c 72 CHAR_T *ptrn, *p, *t; local
111 for (ptrn = t = p;;) {
133 if (*ptrn == L('\0')) {
146 if (re_compile(sp, ptrn, t - ptrn, &sp->re,
ex_subst.c 63 CHAR_T *bp, *p, *ptrn, *rep, *t; local
116 for (ptrn = t = p;;) {
141 if (*ptrn == '\0') {
161 if (re_compile(sp, ptrn, t - ptrn, &sp->re,
164 if (re_compile(sp, ptrn, t - ptrn, &sp->subre,
895 re_compile(SCR *sp, CHAR_T *ptrn, size_t plen, CHAR_T **ptrnp, size_t *lenp, regex_t *rep, u_int flags)
918 iclower: for (p = ptrn, len = plen; len > 0; ++p, --len)
943 if (re_cscope_conv(sp, &ptrn, &plen, &replaced)
    [all...]

Completed in 23 milliseconds