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

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

Completed in 108 milliseconds