OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_name
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/sh/
syntax.h
87
#define
is_name
(c) (sh_ctype(c) & (ISUPPER|ISLOWER|ISUNDER))
macro
arith_token.c
103
} else if (
is_name
(token)) {
parser.c
2235
} else if (c == OPENBRACE ||
is_name
(c) || is_special(c)) {
2247
else if (
is_name
(c) || isdigit(c))
2283
if (
is_name
(c)) {
2513
if (!
is_name
(*p))
2525
if (!
is_name
(*p))
var.c
375
if (!
is_name
(*p))
expand.c
906
special = subtype != VSUNKNOWN && !
is_name
(*p);
Completed in 18 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025