Searched refs:STRF (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-parse.c | 285 DPRINT(("tre_parse_bracket: done: '%.*" STRF "'\n", REST(re))); in tre_parse_bracket_items() 297 DPRINT(("tre_parse_bracket: range: '%.*" STRF "'\n", REST(re))); in tre_parse_bracket_items() 318 DPRINT(("tre_parse_bracket: class: '%.*" STRF "'\n", REST(re))); in tre_parse_bracket_items() 365 DPRINT(("tre_parse_bracket: char: '%.*" STRF "'\n", REST(re))); in tre_parse_bracket_items() 449 DPRINT(("tre_parse_bracket: negate: '%.*" STRF "'\n", REST(ctx->re))); in tre_parse_bracket() 631 DPRINT(("tre_parse: min count: '%.*" STRF "'\n", REST(r))); in tre_parse_bound() 640 DPRINT(("tre_parse: max count: '%.*" STRF "'\n", REST(r))); in tre_parse_bound() 686 DPRINT(("tre_parse: ins limit: '%.*" STRF "'\n", REST(r))); in tre_parse_bound() 694 DPRINT(("tre_parse: del limit: '%.*" STRF "'\n", REST(r))); in tre_parse_bound() 702 DPRINT(("tre_parse: subst limit: '%.*" STRF "'\n", REST(r))); in tre_parse_bound() [all …]
|
H A D | tre-internal.h | 141 #define STRF "ls" macro 143 #define STRF "s" macro
|
H A D | tre-match-backtrack.c | 435 DPRINT((" substring (len %d) is [%d, %d[: '%.*" STRF "'\n", in tre_tnfa_run_backtrack() 437 DPRINT((" current string is '%.*" STRF "'\n", in tre_tnfa_run_backtrack()
|
H A D | tre-compile.c | 1902 DPRINT(("tre_compile: parsing '%.*" STRF "'\n", (int)n, regex)); in tre_compile()
|