OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser-struct.h
67
char
tokch
; /* first character of token */
member in struct:yasm_parser_nasm
nasm-parse.c
92
char savech = parser_nasm->
tokch
;
97
parser_nasm->peek_tokch = parser_nasm->
tokch
;
98
parser_nasm->
tokch
= savech;
145
parser_nasm->
tokch
);
[
all
...]
nasm-token.re
42
#define RETURN(i) {s->cur = cursor; parser_nasm->
tokch
= s->tok[0]; \
128
parser_nasm->
tokch
= parser_nasm->peek_tokch;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h
110
char
tokch
; /* first character of token */
member in struct:yasm_parser_gas
gas-token.re
44
#define RETURN(i) do {s->cur = cursor; parser_gas->
tokch
= s->tok[0]; \
203
parser_gas->
tokch
= parser_gas->peek_tokch;
gas-parse.c
88
char savech = parser_gas->
tokch
;
93
parser_gas->peek_tokch = parser_gas->
tokch
;
94
parser_gas->
tokch
= savech;
132
parser_gas->
tokch
);
[
all
...]
Completed in 405 milliseconds