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

/linux-master/scripts/kconfig/
H A Dsymbol.c891 int exact1, exact2; local
903 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name);
904 if (exact1 && !exact2)
906 if (!exact1 && exact2)

Completed in 106 milliseconds