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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3703 static boolean group_match_null_string_p _RE_ARGS ((unsigned char **p,
4261 p1 = p; /* To send to group_match_null_string_p. */
4265 = group_match_null_string_p (&p1, pend, reg_info);
4844 in `group_match_null_string_p' et al. */
5157 group_match_null_string_p (p, end, reg_info)
5258 } /* group_match_null_string_p */
5261 /* Similar to group_match_null_string_p, but doesn't deal with alternatives:
5297 /* Deals with the ops common to group_match_null_string_p and
5333 ret = group_match_null_string_p (&p1, end, reg_info);
5137 group_match_null_string_p (p, end, reg_info) function
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c3964 group_match_null_string_p ();
4704 p1 = p; /* To send to group_match_null_string_p. */
4708 = group_match_null_string_p (&p1, pend, reg_info);
5318 in `group_match_null_string_p' et al. */
5786 group_match_null_string_p (p, end, reg_info)
5887 } /* group_match_null_string_p */
5890 /* Similar to group_match_null_string_p, but doesn't deal with alternatives:
5926 /* Deals with the ops common to group_match_null_string_p and
5962 ret = group_match_null_string_p (&p1, end, reg_info);
5765 group_match_null_string_p (p, end, reg_info) function
/openbsd-current/gnu/lib/libiberty/src/
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 211 milliseconds