OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_alpha
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/sh/
syntax.h
86
#define
is_alpha
(c) (sh_ctype(c) & (ISUPPER|ISLOWER))
macro
trap.c
404
(!
is_alpha
(ap[-1][0]) ||
show.c
1155
if (
is_alpha
(df->label) &&
expand.c
1846
if (!
is_alpha
(*p))
/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)
Completed in 23 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026