HomeSort by: relevance | last modified time | path
    Searched defs:get_token (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_scan.c 79 get_token(tokp);
90 get_token(tokp);
101 get_token(tokp);
113 get_token(tokp);
127 get_token(tokp);
138 get_token(tokp);
147 get_token(token *tokp) function
  /src/external/gpl2/groff/dist/src/preproc/refer/
token.cpp 59 int get_token(const char **ptr, const char *end) function
  /src/external/gpl3/binutils/dist/gas/
macro.c 247 get_token (size_t idx, sb *in, sb *name) function
489 idx = get_token (idx, in, &formal->name);
511 idx = get_token (sb_skip_white (idx + 1, in), in, &qual);
669 idx = get_token (idx, in, &name);
709 idx = get_token (idx, in, name);
901 src = get_token (src, in, &f->name);
951 src = get_token (src + 2, in, &t);
1059 scan = !flag_macro_alternate ? get_token (idx, in, &t) : idx;
1304 idx = get_token (idx, in, &f.name);
  /src/external/gpl3/binutils.old/dist/gas/
macro.c 256 get_token (size_t idx, sb *in, sb *name) function
517 idx = get_token (idx, in, &formal->name);
539 idx = get_token (sb_skip_white (idx + 1, in), in, &qual);
697 idx = get_token (idx, in, &name);
737 idx = get_token (idx, in, name);
929 src = get_token (src, in, &f->name);
979 src = get_token (src + 2, in, &t);
1101 idx = get_token (idx, in, &t);
1343 idx = get_token (idx, in, &f.name);
  /src/external/gpl3/gdb.old/dist/gdb/
macroexp.c 53 /* If this buffer is holding the result from get_token, then this
492 get_token (shared_macro_buffer *tok, shared_macro_buffer *src)
584 /* First, just try appending the two, and call get_token to see if
606 if (get_token (&new_token, &dest_tail)
626 if (get_token (&new_token, &dest_tail)
784 if (! get_token (&tok, &temp)
791 get_token (&tok, src);
805 if (! get_token (&tok, src))
921 *lookahead_valid = get_token (lookahead, replacement_list);
968 if (! get_token (&tok, &replacement_list)
490 get_token (shared_macro_buffer *tok, shared_macro_buffer *src) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
macroexp.c 53 /* If this buffer is holding the result from get_token, then this
492 get_token (shared_macro_buffer *tok, shared_macro_buffer *src)
584 /* First, just try appending the two, and call get_token to see if
606 if (get_token (&new_token, &dest_tail)
626 if (get_token (&new_token, &dest_tail)
784 if (! get_token (&tok, &temp)
791 get_token (&tok, src);
805 if (! get_token (&tok, src))
921 *lookahead_valid = get_token (lookahead, replacement_list);
968 if (! get_token (&tok, &replacement_list)
490 get_token (shared_macro_buffer *tok, shared_macro_buffer *src) function
    [all...]
  /src/lib/libintl/
plural_parser.c 229 get_token(struct tokenizer_context *tcx, union token_data *token_data) function
267 token = get_token(&tcx, &token_data);
471 token = get_token(tcx, &token_data);
480 token = get_token(tcx, &token_data);
515 token = get_token(tcx, &token_data);
555 token = get_token(tcx, &token_data);
600 token = get_token(tcx, &token_data);
614 token = get_token(tcx, &token_data);
646 token = get_token(tcx, &token_data);
655 token1 = get_token(tcx, &token_data)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp 738 int get_token(int lookup_flag = 0) function
884 int t = get_token(2);
902 int t = get_token();
912 int t = get_token();
936 int t = get_token();
947 int t = get_token(2);
959 int t = get_token(2);
970 int t = get_token(2);
981 int t = get_token(2);
992 int t = get_token(2)
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 988 * The scanner is implemented in the routine get_token. Actually,
989 * get_token is more than a scanner and will return tokens that are
1015 get_token( const char ** sp, char ** token_val ) function
1198 kind = get_token(sp,&sval);
1210 kind = get_token(sp,&sval);
1262 kind = get_token(sp, &sval);
1295 if ( get_token(sp, &sval) != TK_BAREWORD ) {
1354 kind = get_token(sp,&sval);
1365 kind = get_token(sp,&sval);
1383 kind = get_token(sp,&sval)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
lex.cpp 552 // get_token deals with the case where c is a digit
833 int get_token(int lookup_flag) function
1305 int t = get_token(0); // do not expand what we are defining
1321 int t = get_token(0); // do not expand what we are undefining
1742 lookahead_token = get_token(1);
1773 t = get_token(1);
1809 lookahead_token = get_token(1);
1817 lookahead_token = get_token(1);
1825 lookahead_token = get_token(1);
1835 lookahead_token = get_token(1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 257 local wrapper get_token ()), because this callback is not used with
300 get_token (cpp_reader *pfile, location_t *loc = nullptr)
574 tok = get_token (parse_in, loc);
648 tok = get_token (parse_in, &newloc);
798 tok = get_token (parse_in, loc);
1572 tok = get_token (parse_in);
299 get_token (cpp_reader *pfile, location_t *loc = nullptr) function
  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 2157 jobserver_info::get_token () function in class:jobserver_info
input.cc 2438 const cpp_token *get_token ();
2609 lexer_test::get_token () function in class:selftest::lexer_test
2766 const cpp_token *tok = test.get_token ();
2815 const cpp_token *tok = test.get_token ();
2867 const cpp_token *tok = test.get_token ();
2913 const cpp_token *tok = test.get_token ();
2949 const cpp_token *tok = test.get_token ();
2989 const cpp_token *tok = test.get_token ();
3025 const cpp_token *tok = test.get_token ();
3094 const cpp_token *tok = test.get_token ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 2276 const cpp_token *get_token ();
2446 lexer_test::get_token () function in class:selftest::lexer_test
2601 const cpp_token *tok = test.get_token ();
2650 const cpp_token *tok = test.get_token ();
2702 const cpp_token *tok = test.get_token ();
2748 const cpp_token *tok = test.get_token ();
2784 const cpp_token *tok = test.get_token ();
2824 const cpp_token *tok = test.get_token ();
2860 const cpp_token *tok = test.get_token ();
2929 const cpp_token *tok = test.get_token ();
    [all...]

Completed in 33 milliseconds