Home
last modified time | relevance | path

Searched refs:opval (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperly.c45 OP *opval;
1610 { yyval.ival = yyvsp[-1].ival; newPROG(block_end(yyvsp[-1].ival,yyvsp[0].opval)); } in yyparse()
1616 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); } in yyparse()
1635 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); } in yyparse()
1643 { yyval.opval = Nullop; } in yyparse()
1647 { yyval.opval = yyvsp[-1].opval; } in yyparse()
1651 { yyval.opval = append_list(OP_LINESEQ, in yyparse()
1652 (LISTOP*)yyvsp[-1].opval, (LISTOP*)yyvsp[0].opval); in yyparse()
1654 if (yyvsp[-1].opval && yyvsp[0].opval) PL_hints |= HINT_BLOCK_SCOPE; } in yyparse()
1658 { yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); } in yyparse()
[all …]
Dperly.y66 OP *opval;
82 %token <opval> WORD METHOD FUNCMETH THING PMFUNC PRIVATEREF
83 %token <opval> FUNC0SUB UNIOPSUB LSTOPSUB
96 %type <opval> block mblock lineseq line loop cond else
97 %type <opval> expr term subscripted scalar ary hsh arylen star amper sideff
98 %type <opval> argexpr nexpr texpr iexpr mexpr mnexpr mtexpr miexpr
99 %type <opval> listexpr listexprcom indirob listop method
100 %type <opval> formname subname proto subbody cont my_scalar
101 %type <opval> subattrlist myattrlist mysubrout myattrterm myterm
102 %type <opval> termbinop termunop anonymous termdo
[all …]
Dtoke.c333 if (yylval.opval) { in S_tokereport()
335 PL_op_name[yylval.opval->op_type]); in S_tokereport()
336 if (yylval.opval->op_type == OP_CONST) { in S_tokereport()
338 SvPEEK(cSVOPx_sv(yylval.opval))); in S_tokereport()
980 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST,0, newSVpv(PL_tokenbuf,0)); in S_force_word()
981 PL_nextval[PL_nexttoke].opval->op_private |= OPpCONST_BARE; in S_force_word()
983 SvUTF8_on(((SVOP*)PL_nextval[PL_nexttoke].opval)->op_sv); in S_force_word()
1003 PL_nextval[PL_nexttoke].opval = o; in S_force_ident()
1070 version = yylval.opval; in S_force_version()
1083 PL_nextval[PL_nexttoke].opval = version; in S_force_version()
[all …]
Dperly.h68 OP *opval; member
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperly_c.vms43 OP *opval;
1614 { yyval.ival = yyvsp[-1].ival; newPROG(block_end(yyvsp[-1].ival,yyvsp[0].opval)); }
1620 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); }
1639 yyval.opval = block_end(yyvsp[-2].ival, yyvsp[-1].opval); }
1647 { yyval.opval = Nullop; }
1651 { yyval.opval = yyvsp[-1].opval; }
1655 { yyval.opval = append_list(OP_LINESEQ,
1656 (LISTOP*)yyvsp[-1].opval, (LISTOP*)yyvsp[0].opval);
1658 if (yyvsp[-1].opval && yyvsp[0].opval) PL_hints |= HINT_BLOCK_SCOPE; }
1662 { yyval.opval = newSTATEOP(0, yyvsp[-1].pval, yyvsp[0].opval); }
[all …]
Dperly_h.vms69 OP *opval;
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dia64-opc.c250 extract_op (int op_pointer, int *opval, unsigned int *op) in extract_op() argument
258 opval[0] = extract_op_bits (op_pointer, oplen, 5); in extract_op()
265 opval[1] = extract_op_bits (op_pointer, oplen, 8); in extract_op()
267 opval[1] += op_pointer; in extract_op()
272 opval[1] = extract_op_bits (op_pointer, oplen, 16); in extract_op()
273 if (! (opval[1] & 32768)) in extract_op()
275 opval[1] += op_pointer; in extract_op()
283 opval[2] = extract_op_bits (op_pointer, oplen, 12); in extract_op()
285 opval[2] |= 32768; in extract_op()
291 opval[2] = extract_op_bits (op_pointer, oplen, 16); in extract_op()
[all …]
Darc-opc.c707 const struct arc_operand_value **opval ATTRIBUTE_UNUSED, in extract_st_syntax()
870 const struct arc_operand_value **opval ATTRIBUTE_UNUSED, in extract_ld_syntax()
1078 const struct arc_operand_value **opval, in extract_reg() argument
1145 if (opval != NULL) in extract_reg()
1146 *opval = reg; in extract_reg()
1158 if (reg != NULL && opval != NULL) in extract_reg()
1159 *opval = reg; in extract_reg()
1191 const struct arc_operand_value **opval, in extract_flag() argument
1207 if (opval != NULL && val != NULL) in extract_flag()
1208 *opval = val; in extract_flag()
[all …]
/mirbsd/src/lib/libssl/src/crypto/asn1/
Dtasn_dec.c703 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local
718 opval = pval; in asn1_ex_c2i()
825 if (opval) in asn1_ex_c2i()
826 *opval = NULL; in asn1_ex_c2i()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Darc.h261 const struct arc_operand_value **opval, int *invalid);