OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lex_type
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/gas/
read.h
48
(
lex_type
[(unsigned char) (c)] & LEX_BEGIN_NAME )
50
(
lex_type
[(unsigned char) (c)] & LEX_NAME )
52
(
lex_type
[(unsigned char) (c)] & LEX_END_NAME )
54
(
lex_type
[(unsigned char) (c)] & LEX_WHITE )
63
(
lex_type
[(unsigned char) (c)] & (LEX_EOS | LEX_EOL) )
65
(
lex_type
[(unsigned char) (c)] & LEX_EOL )
73
extern char
lex_type
[];
read.h
48
(
lex_type
[(unsigned char) (c)] & LEX_BEGIN_NAME )
50
(
lex_type
[(unsigned char) (c)] & LEX_NAME )
52
(
lex_type
[(unsigned char) (c)] & LEX_END_NAME )
54
(
lex_type
[(unsigned char) (c)] & LEX_WHITE )
63
(
lex_type
[(unsigned char) (c)] & (LEX_EOS | LEX_EOL) )
65
(
lex_type
[(unsigned char) (c)] & LEX_EOL )
73
extern char
lex_type
[];
read.c
120
char
lex_type
[256] = {
variable
268
lex_type
[(unsigned char) *p] = LEX_EOS;
271
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
938
was_new_line =
lex_type
[(unsigned char) input_line_pointer[-1]]
2922
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
2930
lex_type
['?'] = LEX_QM;
read.c
120
char
lex_type
[256] = {
variable
268
lex_type
[(unsigned char) *p] = LEX_EOS;
271
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
938
was_new_line =
lex_type
[(unsigned char) input_line_pointer[-1]]
2922
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
2930
lex_type
['?'] = LEX_QM;
/src/external/gpl3/binutils.old/dist/gas/
read.h
48
(
lex_type
[(unsigned char) (c)] & LEX_BEGIN_NAME )
50
(
lex_type
[(unsigned char) (c)] & LEX_NAME )
52
(
lex_type
[(unsigned char) (c)] & LEX_END_NAME )
54
(
lex_type
[(unsigned char) (c)] & LEX_WHITE )
63
(
lex_type
[(unsigned char) (c)] & (LEX_EOS | LEX_EOL) )
65
(
lex_type
[(unsigned char) (c)] & LEX_EOL )
73
extern char
lex_type
[];
read.h
48
(
lex_type
[(unsigned char) (c)] & LEX_BEGIN_NAME )
50
(
lex_type
[(unsigned char) (c)] & LEX_NAME )
52
(
lex_type
[(unsigned char) (c)] & LEX_END_NAME )
54
(
lex_type
[(unsigned char) (c)] & LEX_WHITE )
63
(
lex_type
[(unsigned char) (c)] & (LEX_EOS | LEX_EOL) )
65
(
lex_type
[(unsigned char) (c)] & LEX_EOL )
73
extern char
lex_type
[];
read.c
120
char
lex_type
[256] = {
variable
268
lex_type
[(unsigned char) *p] = LEX_EOS;
271
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
928
was_new_line =
lex_type
[(unsigned char) input_line_pointer[-1]]
2914
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
2922
lex_type
['?'] = LEX_QM;
read.c
120
char
lex_type
[256] = {
variable
268
lex_type
[(unsigned char) *p] = LEX_EOS;
271
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
928
was_new_line =
lex_type
[(unsigned char) input_line_pointer[-1]]
2914
lex_type
['?'] = LEX_BEGIN_NAME | LEX_NAME;
2922
lex_type
['?'] = LEX_QM;
/src/external/gpl3/binutils/dist/gas/config/
obj-elf.c
1894
old_lexat =
lex_type
[(unsigned char) '@'];
1895
lex_type
[(unsigned char) '@'] |= LEX_NAME;
1897
lex_type
[(unsigned char) '@'] = old_lexat;
obj-elf.c
1894
old_lexat =
lex_type
[(unsigned char) '@'];
1895
lex_type
[(unsigned char) '@'] |= LEX_NAME;
1897
lex_type
[(unsigned char) '@'] = old_lexat;
tc-alpha.c
884
lex_type
[(unsigned char) '!'] |= LEX_EOS;
1025
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1032
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1039
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
tc-alpha.c
884
lex_type
[(unsigned char) '!'] |= LEX_EOS;
1025
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1032
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1039
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
tc-bpf.c
261
lex_type
['*'] |= LEX_BEGIN_NAME;
tc-bpf.c
261
lex_type
['*'] |= LEX_BEGIN_NAME;
tc-avr.c
767
lex_type
['$'] = LEX_NAME | LEX_BEGIN_NAME;
tc-kvx.c
1505
lex_type
['?'] = 0;
tc-avr.c
767
lex_type
['$'] = LEX_NAME | LEX_BEGIN_NAME;
/src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c
1871
old_lexat =
lex_type
[(unsigned char) '@'];
1872
lex_type
[(unsigned char) '@'] |= LEX_NAME;
1874
lex_type
[(unsigned char) '@'] = old_lexat;
obj-elf.c
1871
old_lexat =
lex_type
[(unsigned char) '@'];
1872
lex_type
[(unsigned char) '@'] |= LEX_NAME;
1874
lex_type
[(unsigned char) '@'] = old_lexat;
tc-alpha.c
884
lex_type
[(unsigned char) '!'] |= LEX_EOS;
1025
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1032
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1039
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
tc-alpha.c
884
lex_type
[(unsigned char) '!'] |= LEX_EOS;
1025
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1032
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
1039
lex_type
[(unsigned char) '!'] &= ~LEX_EOS;
tc-bpf.c
261
lex_type
['*'] |= LEX_BEGIN_NAME;
tc-bpf.c
261
lex_type
['*'] |= LEX_BEGIN_NAME;
tc-avr.c
767
lex_type
['$'] = LEX_NAME | LEX_BEGIN_NAME;
tc-kvx.c
1505
lex_type
['?'] = 0;
Completed in 150 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026