OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lex_type
(Results
1 - 11
of
11
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
read.h
41
(
lex_type
[(unsigned char) (c)] & LEX_BEGIN_NAME )
43
(
lex_type
[(unsigned char) (c)] & LEX_NAME )
45
(
lex_type
[(unsigned char) (c)] & LEX_END_NAME )
53
extern char
lex_type
[];
ChangeLog-9295
303
(
lex_type
): Use LEX_DOLLAR.
818
(
lex_type
): Use LEX_QM for '?'.
[
all
...]
read.c
107
char
lex_type
[256] = {
variable
276
lex_type
['?'] = 3;
[
all
...]
ChangeLog-9899
[
all
...]
ChangeLog-2005
602
* config/tc-bfin.c (md_begin): Let the
lex_type
of '(' be
[
all
...]
ChangeLog-0001
[
all
...]
ChangeLog-9697
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c
1306
old_lexat =
lex_type
[(unsigned char) '@'];
1307
lex_type
[(unsigned char) '@'] |= LEX_NAME;
1309
lex_type
[(unsigned char) '@'] = old_lexat;
[
all
...]
tc-ppc.c
[
all
...]
tc-bfin.c
461
lex_type
['('] = LEX_BEGIN_NAME;
[
all
...]
tc-mmix.c
768
lex_type
[':'] = (LEX_NAME | LEX_BEGIN_NAME);
[
all
...]
Completed in 673 milliseconds