Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.c8802 S_new_logop(pTHX_ I32 type, I32 flags, OP** firstp, OP** otherp) in S_new_logop() argument
8813 first = *firstp; in S_new_logop()
8840 *firstp = NULL; in S_new_logop()
H A Dproto.h7432 S_new_logop(pTHX_ I32 type, I32 flags, OP **firstp, OP **otherp)
7435 assert(firstp); assert(otherp)
H A Dembed.fnc4737 |NN OP **firstp \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2942 SR |OP* |new_logop |I32 type|I32 flags|NN OP **firstp|NN OP **otherp