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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c3961 group_match_null_string_p ();
4701 p1 = p; /* To send to group_match_null_string_p. */
4705 = group_match_null_string_p (&p1, pend, reg_info);
5315 in `group_match_null_string_p' et al. */
5783 group_match_null_string_p (p, end, reg_info)
5884 } /* group_match_null_string_p */
5887 /* Similar to group_match_null_string_p, but doesn't deal with alternatives:
5923 /* Deals with the ops common to group_match_null_string_p and
5959 ret = group_match_null_string_p (&p1, end, reg_info);
5762 group_match_null_string_p (p, end, reg_info) function
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c5438 static boolean PREFIX(group_match_null_string_p) (UCHAR_T **p,
6595 p1 = p; /* To send to group_match_null_string_p. */
6599 = PREFIX(group_match_null_string_p) (&p1, pend, reg_info);
7189 in `group_match_null_string_p' et al. */
7515 PREFIX(group_match_null_string_p) (UCHAR_T **p, UCHAR_T *end,
7618 } /* group_match_null_string_p */
7621 /* Similar to group_match_null_string_p, but doesn't deal with alternatives:
7656 /* Deals with the ops common to group_match_null_string_p and
7691 ret = PREFIX(group_match_null_string_p) (&p1, end, reg_info);
7497 PREFIX(group_match_null_string_p) (UCHAR_T **p, UCHAR_T *end, function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c5438 static boolean PREFIX(group_match_null_string_p) (UCHAR_T **p,
6595 p1 = p; /* To send to group_match_null_string_p. */
6599 = PREFIX(group_match_null_string_p) (&p1, pend, reg_info);
7189 in `group_match_null_string_p' et al. */
7515 PREFIX(group_match_null_string_p) (UCHAR_T **p, UCHAR_T *end,
7618 } /* group_match_null_string_p */
7621 /* Similar to group_match_null_string_p, but doesn't deal with alternatives:
7656 /* Deals with the ops common to group_match_null_string_p and
7691 ret = PREFIX(group_match_null_string_p) (&p1, end, reg_info);
7497 PREFIX(group_match_null_string_p) (UCHAR_T **p, UCHAR_T *end, function

Completed in 231 milliseconds