Home | History | Annotate | Download | only in nasm

Lines Matching defs:multiple

241                 /*@null@*/ const yasm_expr *numitems, *multiple;
250 multiple = yasm_bc_get_multiple_expr(bc);
251 if (multiple)
253 yasm_expr_copy(multiple),
541 yasm_expr *multiple;
544 multiple = parse_bexpr(parser_nasm, DV_EXPR);
545 if (!multiple) {
554 yasm_expr_destroy(multiple);
557 yasm_bc_set_multiple(bc, multiple);