Searched refs:allow_pack (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | toke.c | 2254 S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack) in S_force_word() argument 2264 || (allow_pack && *s == ':' && s[1] == ':') ) in S_force_word() 2266 s = scan_word6(s, PL_tokenbuf, sizeof PL_tokenbuf, allow_pack, &len, allow_pack); in S_force_word() 2270 if (allow_pack && memBEGINPs(s2, len, "CORE::")) { in S_force_word()
|
H A D | proto.h | 9226 S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack);
|
H A D | embed.fnc | 5847 |int allow_pack
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 3208 |int allow_pack
|