OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lex_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
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.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;
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026