Home
last modified time | relevance | path

Searched refs:next_token (Results 1 – 11 of 11) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dargv_traverser.ipp65 next_token();
95 argv_traverser::next_token()
195 next_token();
Dargv_traverser.hpp54 void next_token();
Dargument_factory.hpp59 tr.next_token(); in operator ()()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c112 static const char* next_token(const char* str);
275 next_token(const char* str) in next_token() function
284 const char* start = next_token(str); in get_next_token()
/ndk/sources/host-tools/make-3.81/
Dmisc.c119 in = next_token (in); in collapse_continuations()
457 next_token (const char *s) in next_token() function
470 char *p = next_token (*ptr); in find_next_token()
Dread.c671 p2 = next_token (p2 + 6); in eval()
982 p2 = next_token (variable_buffer); in eval()
1360 p = next_token (line); in do_define()
1375 if (*next_token (p) != '\0') in do_define()
1452 line = next_token (line + len); in conditional_line()
1572 p = next_token (p); in conditional_line()
1634 line = next_token (line); in conditional_line()
1644 s2 = next_token (line); in conditional_line()
1670 line = next_token (++line); in conditional_line()
2271 p = next_token (p); in parse_file_seq()
Dvariable.c1303 beg = next_token (line); in parse_variable_definition()
1306 p = next_token (p); in parse_variable_definition()
1411 p = next_token (v->value); in print_variable()
Dmake.h423 extern char *next_token PARAMS ((const char *));
Djob.c1571 in = next_token (in + 2); in new_job()
2500 p = next_token (p + 1) - 1; in construct_command_argv_internal()
2588 p = next_token (p) - 1; in construct_command_argv_internal()
Dfunction.c97 p = end_of_token (next_token (t)); in subst_expand()
2146 beg = next_token (beg + entry_p->len); in handle_function()
Dmain.c2587 value = next_token (value); in decode_env_switches()