exempt            211 scripts/kconfig/lxdialog/dialog.h int first_alpha(const char *string, const char *exempt);
exempt            519 scripts/kconfig/lxdialog/util.c int first_alpha(const char *string, const char *exempt)
exempt            531 scripts/kconfig/lxdialog/util.c 		if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)