Searched refs:Perl_lex_stuff_pvn (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 486 #define lex_stuff_pvs(pv,flags) Perl_lex_stuff_pvn(aTHX_ STR_WITH_LEN(pv), flags)
|
H A D | embed.h | 341 # define lex_stuff_pvn(a,b,c) Perl_lex_stuff_pvn(aTHX_ a,b,c)
|
H A D | toke.c | 1172 Perl_lex_stuff_pvn(pTHX_ const char *pv, STRLEN len, U32 flags) in Perl_lex_stuff_pvn() function
|
H A D | proto.h | 1974 Perl_lex_stuff_pvn(pTHX_ const char *pv, STRLEN len, U32 flags);
|