Home
last modified time | relevance | path

Searched refs:OP_DELETE (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h166 OP_DELETE = 149, enumerator
H A Dpeep.c2199 if ( (o->op_type == OP_DELETE) in S_maybe_multideref()
2218 && o->op_type != OP_EXISTS && o->op_type != OP_DELETE) in S_maybe_multideref()
2265 else if (o->op_type == OP_DELETE) { in S_maybe_multideref()
2355 else if (o->op_type == OP_DELETE) in S_maybe_multideref()
2485 if (p->op_type == OP_EXISTS || p->op_type == OP_DELETE) in S_maybe_multideref()
H A Dclass.c748 newUNOP(OP_DELETE, 0, helemop), valop); in Perl_class_seal_stash()
753 newUNOP(OP_DELETE, 0, helemop), valop); in Perl_class_seal_stash()
H A Dop.c12579 if (type != OP_DELETE) scalar(kid); in Perl_ck_fun()
14368 && opnum != OP_DELETE && opnum != OP_EXISTS) in Perl_ck_entersub_args_core()
H A Dtoke.c7963 UNI(OP_DELETE); in yyl_word_or_keyword()
/openbsd/usr.bin/mandoc/
H A Dmandocdb.c58 OP_DELETE, /* delete entries from existing database */ enumerator
377 op = OP_DELETE; in mandocdb()
407 if (op == OP_UPDATE || op == OP_DELETE || op == OP_TEST) { in mandocdb()
438 if (op != OP_DELETE) in mandocdb()