Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Ddialog.h230 int first_alpha(const char *string, const char *exempt);
Dutil.c532 int first_alpha(const char *string, const char *exempt) in first_alpha() argument
544 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()