Home
last modified time | relevance | path

Searched refs:seen_question (Results 1 – 8 of 8) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dpp.c6473 bool seen_question = 0; in PP() local
6482 if (oa & OA_OPTIONAL) seen_question = 1; in PP()
6483 if (!seen_question) minargs++; in PP()
H A Dop.c18225 int i = 0, n = 0, seen_question = 0, defgv = 0; in Perl_core_prototype() local
18280 if (oa & OA_OPTIONAL && !seen_question && ( in Perl_core_prototype()
18283 seen_question = 1; in Perl_core_prototype()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp.c6520 bool seen_question = 0; in PP() local
6529 if (oa & OA_OPTIONAL) seen_question = 1; in PP()
6530 if (!seen_question) minargs++; in PP()
H A Dop.c18337 int i = 0, n = 0, seen_question = 0, defgv = 0; in Perl_core_prototype() local
18392 if (oa & OA_OPTIONAL && !seen_question && ( in Perl_core_prototype()
18395 seen_question = 1; in Perl_core_prototype()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp.c6484 bool seen_question = 0; in PP() local
6493 if (oa & OA_OPTIONAL) seen_question = 1; in PP()
6494 if (!seen_question) minargs++; in PP()
H A Dop.c16851 int i = 0, n = 0, seen_question = 0, defgv = 0; in Perl_core_prototype() local
16906 if (oa & OA_OPTIONAL && !seen_question && ( in Perl_core_prototype()
16909 seen_question = 1; in Perl_core_prototype()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp.c6518 bool seen_question = 0; in PP() local
6527 if (oa & OA_OPTIONAL) seen_question = 1; in PP()
6528 if (!seen_question) minargs++; in PP()
H A Dop.c18435 int i = 0, n = 0, seen_question = 0, defgv = 0; in Perl_core_prototype() local
18490 if (oa & OA_OPTIONAL && !seen_question && ( in Perl_core_prototype()
18493 seen_question = 1; in Perl_core_prototype()