Lines Matching defs:n_subexprs
2561 char *var_name, unsigned int *n_subexprs);
2566 char *var_name, unsigned int *n_subexprs)
2573 /* Unary minus operator, increment n_subexprs */
2574 ++*n_subexprs;
2578 if (*n_subexprs > 3) {
2618 operand1 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs);
2698 char *var_name, unsigned int *n_subexprs)
2708 if (*n_subexprs > 3) {
2719 return parse_unary(hist_data, file, str, flags, var_name, n_subexprs);
2721 /* Binary operator found, increment n_subexprs */
2722 ++*n_subexprs;
2739 operand1 = parse_expr(hist_data, file, operand1_str, operand_flags, NULL, n_subexprs);
2751 operand2 = parse_expr(hist_data, file, str, operand_flags, NULL, n_subexprs);
4274 int ret = 0, n_subexprs = 0;
4276 hist_field = parse_expr(hist_data, file, field_str, flags, var_name, &n_subexprs);
4529 int ret = 0, n_subexprs = 0;
4542 NULL, &n_subexprs);