Searched refs:OP_GLOB (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h41 OP_GLOB, /* 25 */ enumerator in enum:opcode
H A Dop.c3487 || k1->op_type == OP_GLOB
3488 || (k1->op_type == OP_NULL && k1->op_targ == OP_GLOB)
3502 ((warnop == OP_READLINE || warnop == OP_GLOB)
3648 if (expr->op_type == OP_READLINE || expr->op_type == OP_GLOB
3649 || (expr->op_type == OP_NULL && expr->op_targ == OP_GLOB)) {
3665 || k1->op_type == OP_GLOB
3666 || (k1->op_type == OP_NULL && k1->op_targ == OP_GLOB)
3705 if (expr && (expr->op_type == OP_READLINE || expr->op_type == OP_GLOB
3706 || (expr->op_type == OP_NULL && expr->op_targ == OP_GLOB))) {
3722 || k1->op_type == OP_GLOB
[all...]
H A Dpp_hot.c1522 else if (type == OP_GLOB)
1525 else if (type == OP_GLOB)
1534 if (type == OP_GLOB)
1589 && (type == OP_GLOB
1600 else if (type == OP_GLOB) {
1625 if (type == OP_GLOB) {

Completed in 119 milliseconds