Lines Matching refs:opstr
3475 const char * opstr = NULL; /* Operator prefix string. */
3484 /* Match known operators -> fill in opstr, arity, operands[] and fall
3506 opstr = "+";
3520 opstr = "+:" str_; \
3528 opstr = str_; \
3537 opstr = "+:" str_; \
3545 opstr = str_; \
3578 opstr = NULL;
3580 opstr = NULL;
3582 opstr = NULL;
3584 if (opstr == NULL)
3587 concat_string = xstrdup (opstr);
3589 concat_string = concat (opstr, ":", operands[0], (char *) NULL);
3591 concat_string = concat (opstr, ":", operands[0], ":", operands[1],
3594 concat_string = concat (opstr, ":", operands[0], ":", operands[1], ":",
3597 /* Free operand strings (not opstr). */