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

  /src/external/bsd/nvi/dist/ex/
ex_subst.c 43 static int re_sub __P((SCR *,
178 * re_sub().
701 if (re_sub(sp, st + offset, &lb, &lbclen, &lblen, match))
1319 * re_sub --
1323 re_sub(SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10]) function
ex_subst.c 43 static int re_sub __P((SCR *,
178 * re_sub().
701 if (re_sub(sp, st + offset, &lb, &lbclen, &lblen, match))
1319 * re_sub --
1323 re_sub(SCR *sp, CHAR_T *ip, CHAR_T **lbp, size_t *lbclenp, size_t *lblenp, regmatch_t match[10]) function
  /src/usr.sbin/user/
user.c 933 size_t re_sub; /* subscript of regexp to use */ member in struct:passwd_type_t
966 (int)(matchv[pwtp->re_sub].rm_eo -
967 matchv[pwtp->re_sub].rm_so) ==
user.c 933 size_t re_sub; /* subscript of regexp to use */ member in struct:passwd_type_t
966 (int)(matchv[pwtp->re_sub].rm_eo -
967 matchv[pwtp->re_sub].rm_so) ==

Completed in 48 milliseconds