Home
last modified time | relevance | path

Searched refs:exact2 (Results 1 – 1 of 1) sorted by relevance

/xen/xen/tools/kconfig/
A Dsymbol.c926 int exact1, exact2; in sym_rel_comp() local
938 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
939 if (exact1 && !exact2) in sym_rel_comp()
941 if (!exact1 && exact2) in sym_rel_comp()

Completed in 3 milliseconds