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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1241 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1413 #define REG_MATCH_NULL_STRING_P(R) ((R).bits.match_null_string_p)
3935 REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE;
4263 if (REG_MATCH_NULL_STRING_P (reg_info[*p]) == MATCH_NULL_UNSET_VALUE)
4264 REG_MATCH_NULL_STRING_P (reg_info[*p])
4272 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4313 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
5338 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5339 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5370 if (!REG_MATCH_NULL_STRING_P (reg_inf
1403 #define REG_MATCH_NULL_STRING_P macro
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1342 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1511 #define REG_MATCH_NULL_STRING_P(R) ((R).bits.match_null_string_p)
4312 REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE;
4706 if (REG_MATCH_NULL_STRING_P (reg_info[*p]) == MATCH_NULL_UNSET_VALUE)
4707 REG_MATCH_NULL_STRING_P (reg_info[*p])
4715 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
4756 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
5967 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5968 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5999 if (!REG_MATCH_NULL_STRING_P (reg_inf
1500 #define REG_MATCH_NULL_STRING_P macro
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1649 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1821 # define REG_MATCH_NULL_STRING_P(R) ((R).bits.match_null_string_p)
5807 REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE;
6597 if (REG_MATCH_NULL_STRING_P (reg_info[*p]) == MATCH_NULL_UNSET_VALUE)
6598 REG_MATCH_NULL_STRING_P (reg_info[*p])
6606 old_regstart[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
6648 old_regend[*p] = REG_MATCH_NULL_STRING_P (reg_info[*p])
7696 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7697 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7728 if (!REG_MATCH_NULL_STRING_P (reg_inf
1810 # define REG_MATCH_NULL_STRING_P macro
[all...]

Completed in 202 milliseconds