Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dopnames.h374 #define OP_phoney_INPUT_ONLY -1 macro
Dutil.c3590 if (op == OP_phoney_OUTPUT_ONLY || op == OP_phoney_INPUT_ONLY) {
3592 const char * const direction = (op == OP_phoney_INPUT_ONLY) ? "in" : "out";
Dpp_sys.c1427 report_evil_fh(gv, io, OP_phoney_INPUT_ONLY); in PP()
1503 report_evil_fh(gv, io, OP_phoney_INPUT_ONLY); in PP()
Dpp_hot.c601 report_evil_fh(gv, io, OP_phoney_INPUT_ONLY); in PP()