Home
last modified time | relevance | path

Searched refs:get_token (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/usr.bin/rpcgen/
Drpc_scan.c79 get_token(tokp); in scan()
90 get_token(tokp); in scan2()
101 get_token(tokp); in scan3()
113 get_token(tokp); in scan_num()
127 get_token(tokp); in peek()
138 get_token(tokp); in peekscan()
147 get_token(token *tokp) in get_token() function
Drpc_parse.c82 get_token(&tok); in get_definition()
142 get_token(&tok); in def_struct()
536 get_token(&tok); in get_type()
592 get_token(&tok); in unsigned_dec()
596 get_token(&tok); in unsigned_dec()
601 get_token(&tok); in unsigned_dec()
606 get_token(&tok); in unsigned_dec()
611 get_token(&tok); in unsigned_dec()
Drpc_scan.h108 void get_token(token *);
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmacroexp.c490 get_token (shared_macro_buffer *tok, shared_macro_buffer *src) in get_token() function
603 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing()
623 if (get_token (&new_token, &dest_tail) in append_tokens_without_splicing()
780 if (! get_token (&tok, &temp) in gather_arguments()
787 get_token (&tok, src); in gather_arguments()
801 if (! get_token (&tok, src)) in gather_arguments()
917 *lookahead_valid = get_token (lookahead, replacement_list); in get_next_token_for_substitution()
964 if (! get_token (&tok, &replacement_list)) in substitute_args()
967 lookahead_valid = get_token (&lookahead, &replacement_list); in substitute_args()
1055 lookahead_valid = get_token (&lookahead, &replacement_list); in substitute_args()
[all …]
DChangeLog-20085480 (get_token): Likewise.
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dschema.c1015 get_token( const char ** sp, char ** token_val ) in get_token() function
1198 kind = get_token(sp,&sval); in parse_qdescrs()
1210 kind = get_token(sp,&sval); in parse_qdescrs()
1262 kind = get_token(sp, &sval); in parse_woid()
1295 if ( get_token(sp, &sval) != TK_BAREWORD ) { in parse_noidlen()
1354 kind = get_token(sp,&sval); in parse_oids()
1365 kind = get_token(sp,&sval); in parse_oids()
1383 kind = get_token(sp,&sval); in parse_oids()
1388 kind = get_token(sp,&sval); in parse_oids()
1531 kind = get_token(&ss,&sval); in ldap_str2syntax()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinput.cc2276 const cpp_token *get_token ();
2446 lexer_test::get_token () in get_token() function in selftest::lexer_test
2601 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple()
2650 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic()
2702 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex()
2748 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct()
2784 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1()
2824 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2()
2860 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn4()
2929 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn8()
[all …]
DChangeLog-200026610 (struct cpp_reader): Remove get_token field.
DChangeLog-201616415 (selftest::lexer_test::get_token): New method.
/netbsd/src/lib/libintl/
Dplural_parser.c229 get_token(struct tokenizer_context *tcx, union token_data *token_data) in get_token() function
267 token = get_token(&tcx, &token_data); in main()
471 token = get_token(tcx, &token_data); in parse_term()
480 token = get_token(tcx, &token_data); in parse_term()
515 token = get_token(tcx, &token_data); in parse_lnot()
555 token = get_token(tcx, &token_data); in parse_op2()
600 token = get_token(tcx, &token_data); in parse_cond()
614 token = get_token(tcx, &token_data); in parse_cond()
646 token = get_token(tcx, &token_data); in parse_exp()
655 token1 = get_token(tcx, &token_data); in parse_exp()
/netbsd/src/external/gpl3/binutils/dist/gas/
Dmacro.c256 get_token (size_t idx, sb *in, sb *name) in get_token() function
519 idx = get_token (idx, in, &formal->name); in do_formals()
541 idx = get_token (sb_skip_white (idx + 1, in), in, &qual); in do_formals()
698 idx = get_token (idx, in, &name); in define_macro()
738 idx = get_token (idx, in, name); in get_apost_token()
920 src = get_token (src, in, &f->name); in macro_expand_body()
970 src = get_token (src + 2, in, &t); in macro_expand_body()
1094 idx = get_token (idx, in, &t); in macro_expand()
1332 idx = get_token (idx, in, &f.name); in expand_irp()
DChangeLog527 (get_token): Likewise.
DChangeLog-20052791 * macro.c (get_token): Use is_name_beginner/is_part_of_name/
DChangeLog-00011203 (get_token): Use ISALPHA/ISALNUM instead of isalpha/isalnum.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dthread225 return _M_stop_source.get_token();
250 return thread{std::forward<_Callable>(__f), __ssrc.get_token(),
269 return thread{__f, std::forward<_Obj>(__obj), __ssrc.get_token(),
Dstop_token542 get_token() const noexcept
/netbsd/src/external/bsd/ntp/dist/scripts/deprecated/
Dhtml2man.in97 while (my $token = $p->get_token) {
/netbsd/src/external/gpl3/binutils/dist/gold/
Dscript.cc322 get_token(const char**);
761 Lex::get_token(const char** pp) in get_token() function in gold::Lex
882 this->token_ = this->get_token(&this->current_); in next_token()
DChangeLog-2016116 * script.cc (Lex::get_token): Don't look ahead past NUL characters.
DChangeLog-081513622 * script.cc (Lex::get_token): Treat \r as whitespace.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git50986 gas/config/tc-bpf.c: In function 'get_token':
52633 (get_token): Likewise.