Searched refs:pattern_place (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 1183 #define PUSH_FAILURE_POINT(pattern_place, string_place, failure_code) \ argument 1248 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \ 1249 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1250 PUSH_FAILURE_POINTER (pattern_place); \
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 1287 #define PUSH_FAILURE_POINT(pattern_place, string_place, failure_code) \ argument 1348 DEBUG_PRINT2 (" Pushing pattern 0x%x: ", pattern_place); \ 1349 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1350 PUSH_FAILURE_POINTER (pattern_place); \
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 1590 # define PUSH_FAILURE_POINT(pattern_place, string_place, failure_code) \ argument 1655 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \ 1656 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1657 PUSH_FAILURE_POINTER (pattern_place); \
|