OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_next_token
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
parser.c
24
#define
get_next_token
() (curtok = yylex())
macro
44
get_next_token
();
52
get_next_token
(); /* id */
53
get_next_token
(); /* = */
57
get_next_token
(); /* ; */
71
get_next_token
(); /* / */
79
get_next_token
(); /* CODE */
91
get_next_token
(); /* | */
104
get_next_token
(); /* \ */
134
while (
get_next_token
() == CLOSE)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
83
#define
get_next_token
() (curtok = gas_parser_lex(&curval, parser_gas))
macro
136
get_next_token
();
197
get_next_token
(); /* ID */
201
get_next_token
(); /* ID */
205
get_next_token
(); /* : */
212
get_next_token
(); /* = */
242
get_next_token
(); /* LABEL */
245
get_next_token
();
249
get_next_token
();
284
get_next_token
();
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
87
#define
get_next_token
() (curtok = nasm_parser_lex(&curval, parser_nasm))
macro
149
get_next_token
();
229
get_next_token
();
299
get_next_token
();
303
get_next_token
();
306
get_next_token
();
310
get_next_token
();
314
get_next_token
();
334
get_next_token
();
339
get_next_token
();
[
all
...]
/ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c
124
static const char*
get_next_token
(const char* str, char* token, size_t size);
260
get_next_token
(const char* str, char* token, size_t size)
function
304
wrk =
get_next_token
(wrk, pc_address, sizeof(pc_address));
310
get_next_token
(wrk, module_path, sizeof(module_path));
Completed in 302 milliseconds