Searched refs:regcurly (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5013010 | 21 regcurly # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp_internal.h | 420 || ((*s) == '{' && regcurly(s, e, NULL)))
|
| D | regcomp.c | 4781 if (regcurly(RExC_parse, RExC_end, regcurly_return)) { in S_regpiece() 5106 if (*p != '{' || regcurly(p, RExC_end, NULL)) { in S_grok_bslash_N() 5898 && UNLIKELY(! regcurly(RExC_parse + 1, RExC_end, NULL))) in S_regatom() 7527 && OP(REGNODE_p(ret)) != SBOL && ! regcurly(RExC_parse, RExC_end, NULL)) in S_regatom()
|
| D | toke.c | 3765 || regcurly(s + 1, send, NULL))) in S_scan_const() 4530 if (regcurly(s, e, NULL)) { in S_intuit_more()
|
| D | embed.h | 1931 # define regcurly Perl_regcurly macro
|
| D | embed.fnc | 5393 ERTXp |bool |regcurly |NN const char *s \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2397 EXpRT |bool |regcurly |NN const char *s|NN const char *e|NULLOK const char * result[5]
|