HomeSort by: relevance | last modified time | path
    Searched defs:is_alpha (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
syntax.h 86 #define is_alpha(c) (sh_ctype(c) & (ISUPPER|ISLOWER)) macro
  /src/lib/libc/time/
zdump.c 112 is_alpha(char a) function in typeref:typename:bool
384 while (is_alpha(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+')
1105 for (abp = ab; is_alpha(*abp); abp++)
zic.c 201 static bool is_alpha(char a);
2896 for (cp = abbr; is_alpha(*cp); cp++)
3649 is_alpha(char a) function in typeref:typename:bool
3944 while (is_alpha(*cp) || ('0' <= *cp && *cp <= '9')

Completed in 18 milliseconds