OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_alpha
(Results
1 - 9
of
9
) sorted by relevancy
/src/bin/sh/
syntax.h
86
#define
is_alpha
(c) (sh_ctype(c) & (ISUPPER|ISLOWER))
macro
/src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
unicode_utils.py
275
def
is_alpha
(code_point):
function
388
and not
is_alpha
(code_point)
451
and not
is_alpha
(code_point)):
456
if (
is_alpha
(code_point) and is_cntrl(code_point)):
459
if (
is_alpha
(code_point) and is_digit(code_point)):
462
if (
is_alpha
(code_point) and is_punct(code_point)):
465
if (
is_alpha
(code_point) and is_space(code_point)):
/src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
unicode_utils.py
275
def
is_alpha
(code_point):
function
388
and not
is_alpha
(code_point)
451
and not
is_alpha
(code_point)):
456
if (
is_alpha
(code_point) and is_cntrl(code_point)):
459
if (
is_alpha
(code_point) and is_digit(code_point)):
462
if (
is_alpha
(code_point) and is_punct(code_point)):
465
if (
is_alpha
(code_point) and is_space(code_point)):
/src/external/gpl2/gmake/dist/
ansi2knr.c
212
#define
is_alpha
(c) (is_ascii(c) && isalpha(c))
macro
217
#define isidfirstchar(ch) (
is_alpha
(ch) || (ch) == '_')
/src/external/gpl2/grep/dist/src/
ansi2knr.c
193
#define
is_alpha
(c) (is_ascii(c) && isalpha(c))
macro
198
#define isidfirstchar(ch) (
is_alpha
(ch) || (ch) == '_')
/src/lib/libc/time/
zdump.c
105
is_alpha
(char a)
function
377
while (
is_alpha
(*cp) || is_digit(*cp) || *cp == '-' || *cp == '+')
1101
for (abp = ab;
is_alpha
(*abp); abp++)
zic.c
294
static bool
is_alpha
(char a);
3143
for (cp = abbr;
is_alpha
(*cp); cp++)
3896
is_alpha
(char a)
function
4191
while (
is_alpha
(*cp) || is_digit(*cp)
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
1219
bool
is_alpha
= ISALPHA (*str);
1236
if (!
is_alpha
&& (flags & PTR_IN_REGLIST))
1217
bool
is_alpha
= ISALPHA (*str);
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
1214
bool
is_alpha
= ISALPHA (*str);
1231
if (!
is_alpha
&& (flags & PTR_IN_REGLIST))
1212
bool
is_alpha
= ISALPHA (*str);
local
Completed in 45 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026