Home
last modified time | relevance | path

Searched refs:intuit_more (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c2554 if (intuit_more(PL_bufptr)) {
3718 if ((PL_expect != XREF || PL_oldoldbufptr == PL_last_lop) && intuit_more(s)) {
3812 if ((PL_expect != XREF || PL_oldoldbufptr == PL_last_lop) && intuit_more(s)) {
9242 else if (PL_lex_state == LEX_INTERPNORMAL && !PL_lex_brackets && !intuit_more(s))
Dembed.h1377 #define intuit_more S_intuit_more macro
3419 #define intuit_more(a) S_intuit_more(aTHX_ a) macro
Dembed.fnc1305 s |int |intuit_more |NN char *s
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1288 s |int |intuit_more |char *s