OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:identifier_chars
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
65
static char
identifier_chars
[256];
variable
73
#define is_identifier_char(x) (
identifier_chars
[(unsigned char) x])
181
identifier_chars
[c] = c;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
65
static char
identifier_chars
[256];
variable
73
#define is_identifier_char(x) (
identifier_chars
[(unsigned char) x])
181
identifier_chars
[c] = c;
Completed in 41 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026