Lines Matching refs:result
678 int result = label_cmp(label, this);
681 if (result == 0) {
694 } else if (result < 0)
696 else /* (result > 0) */
731 int result = vec_cmp(this->vec, this->size, vec, n);
733 if (result > 0)
735 else if (result < 0)
1157 int result = label_merge_cmp(a, b, this);
1159 if (result < 0)
1161 else if (result > 0)