Searched refs:sym1 (Results 1 – 2 of 2) sorted by relevance
426 struct symbol *sym1, *sym2; in expr_join_or() local438 sym1 = tmp->left.sym; in expr_join_or()440 sym1 = e1->left.sym; in expr_join_or()447 if (sym1 != sym2) in expr_join_or()449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()490 struct symbol *sym1, *sym2; in expr_join_and() local502 sym1 = tmp->left.sym; in expr_join_and()504 sym1 = e1->left.sym; in expr_join_and()511 if (sym1 != sym2) in expr_join_and()[all …]
925 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument927 const struct sym_match *s1 = sym1; in sym_rel_comp()
Completed in 9 milliseconds