Searched refs:arity (Results 1 – 1 of 1) sorted by relevance
3112 int arity = 0; /* Arity of this operator. */ in symbol_relc_make_expr() local3141 arity = 2; in symbol_relc_make_expr()3155 arity = 2; \ in symbol_relc_make_expr()3163 arity = 1; \ in symbol_relc_make_expr()3172 arity = 3; \ in symbol_relc_make_expr()3180 arity = 2; \ in symbol_relc_make_expr()3213 if (arity >= 1 && ((operands[0] == NULL) || (strlen (operands[0]) == 0))) in symbol_relc_make_expr()3215 if (arity >= 2 && ((operands[1] == NULL) || (strlen (operands[1]) == 0))) in symbol_relc_make_expr()3217 if (arity >= 3 && ((operands[2] == NULL) || (strlen (operands[2]) == 0))) in symbol_relc_make_expr()3227 + (arity >= 1 ? (strlen (operands[0]) + 1 ) : 0) in symbol_relc_make_expr()[all …]