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

  /src/usr.bin/mklocale/
mklocaledb.c 110 } token_t; typedef in typeref:struct:__anon8300
115 const token_t tokens[];
232 const token_t *token;
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 29 typedef struct token token_t; typedef in typeref:struct:token
78 const token_t *);
110 token_t *);
198 static really_inline void defer_error(token_t *token, int32_t code)
382 static really_inline bool is_contiguous(const token_t *token)
389 static really_inline bool is_quoted(const token_t *token)
396 static really_inline bool is_contiguous_or_quoted(const token_t *token)
403 static really_inline bool is_delimiter(const token_t *token)
410 static really_inline bool is_line_feed(const token_t *token)
417 static really_inline bool is_end_of_file(const token_t *token
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
stats_print.c 30 } token_t; typedef in typeref:struct:__anon64
39 token_t token;
43 token_init(token_t *token, parser_t *parser, token_type_t token_type,
54 token_error(token_t *token) {
  /src/external/bsd/jemalloc/dist/test/unit/
stats_print.c 30 } token_t; typedef in typeref:struct:__anon101
39 token_t token;
43 token_init(token_t *token, parser_t *parser, token_type_t token_type,
54 token_error(token_t *token) {
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 2939 struct token_t
2946 /* Helper for initializing global token_t arrays below. */
2952 static const token_t c_opers[] =
2961 static const token_t cxx_opers[] =
2971 static const token_t c_keywords[] =
3015 static const token_t cxx_keywords[] =
3092 check_tokens (const token_t *tokens, unsigned ntoks,
2937 struct token_t struct
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 2895 struct token_t
2902 /* Helper for initializing global token_t arrays below. */
2908 static const token_t c_opers[] =
2917 static const token_t cxx_opers[] =
2927 static const token_t c_keywords[] =
2971 static const token_t cxx_keywords[] =
3048 check_tokens (const token_t *tokens, unsigned ntoks,
2893 struct token_t struct

Completed in 79 milliseconds