OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operand_chars
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c
63
static char
operand_chars
[256];
variable
70
#define is_operand_char(x) (
operand_chars
[(unsigned char) x])
176
/* Fill in lexical tables: opcode_chars,
operand_chars
, space_chars. */
197
operand_chars
[c] = c;
212
operand_chars
[(unsigned char) *p] = *p;
[
all
...]
tc-i386.c
449
static char
operand_chars
[256];
variable
455
#define is_operand_char(x) (
operand_chars
[(unsigned char) x])
[
all
...]
Completed in 2594 milliseconds