Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp738 int get_token(int lookup_flag = 0) in get_token() function
884 int t = get_token(2); in do_include()
902 int t = get_token(); in ignore_definition()
912 int t = get_token(); in do_definition()
936 int t = get_token(); in do_undef()
947 int t = get_token(2); in do_gsize()
959 int t = get_token(2); in do_gfont()
970 int t = get_token(2); in do_grfont()
981 int t = get_token(2); in do_gbfont()
992 int t = get_token(2); in do_space()
[all …]
/netbsd-src/usr.bin/rpcgen/
H A 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
H A 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()
H A Drpc_scan.h108 void get_token(token *);
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A 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/
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c2116 const cpp_token *get_token ();
2286 lexer_test::get_token () in get_token() function
2441 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple()
2490 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic()
2542 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex()
2588 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct()
2624 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1()
2664 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2()
2700 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn4()
2769 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn8()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp833 int get_token(int lookup_flag) in get_token() function
1305 int t = get_token(0); // do not expand what we are defining in do_define()
1321 int t = get_token(0); // do not expand what we are undefining in do_undef()
1742 lookahead_token = get_token(1); in do_lookahead()
1773 t = get_token(1); in yylex()
1809 lookahead_token = get_token(1); in yylex()
1817 lookahead_token = get_token(1); in yylex()
1825 lookahead_token = get_token(1); in yylex()
1835 lookahead_token = get_token(1); in yylex()
1845 lookahead_token = get_token(1); in yylex()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dref.cpp276 if (!get_token(&s, end)) in sortify_words()
306 if (!get_token(&s, end)) in sortify_word()
326 if (!get_token(&ptr, end)) in sortify_title()
555 if (!get_token(&ptr, end)) in find_last_name()
579 if (!get_token(&ptr, last_name_start)) in abbreviate_name()
599 if (!get_token(&ptr, last_name_start)) in abbreviate_name()
608 if (get_token(&ptr1, last_name_start)) { in abbreviate_name()
730 if (!get_token(&start, end)) in uppercase()
741 if (!get_token(&start, end)) in lowercase()
753 if (!get_token(&ptr, end)) in capitalize()
[all …]
H A Dtoken.h89 int get_token(const char **ptr, const char *end);
H A Dlabel.y730 if (!get_token(&ptr, end)) in first_part()
748 if (!get_token(&ptr, end)) in last_part()
759 if (!get_token(&ptr, end)) in last_part()
H A Dtoken.cpp59 int get_token(const char **ptr, const char *end) in get_token() function
H A Drefer.cpp668 else if (!get_token(&ptr, end)) in split_punct()
/netbsd-src/lib/libintl/
H A 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.old/dist/gas/
H A Dmacro.c282 get_token (size_t idx, sb *in, sb *name) in get_token() function
541 idx = get_token (idx, in, &formal->name); in do_formals()
563 idx = get_token (sb_skip_white (idx + 1, in), in, &qual); in do_formals()
730 idx = get_token (idx, in, &name); in define_macro()
773 idx = get_token (idx, in, name); in get_apost_token()
956 src = get_token (src, in, &f->name); in macro_expand_body()
1008 src = get_token (src + 2, in, &t); in macro_expand_body()
1133 idx = get_token (idx, in, &t); in macro_expand()
1373 idx = get_token (idx, in, &f.name); in expand_irp()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A 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(),
H A Dstop_token542 get_token() const noexcept
/netbsd-src/external/bsd/ntp/dist/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread528 return _M_stop_source.get_token();
548 return thread{std::forward<_Callable>(__f), __ssrc.get_token(),
H A Dstop_token560 get_token() const noexcept
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A 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()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A 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()
H A DChangeLog-2016116 * script.cc (Lex::get_token): Don't look ahead past NUL characters.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token); in getToken()

12