OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:identifier_chars
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c
65
static char
identifier_chars
[256];
variable
73
#define is_identifier_char(x) (
identifier_chars
[(unsigned char) x])
203
identifier_chars
[c] = c;
[
all
...]
tc-i386.c
450
static char
identifier_chars
[256];
variable
458
#define is_identifier_char(x) (
identifier_chars
[(unsigned char) x])
[
all
...]
Completed in 3638 milliseconds