Home | History | Annotate | Download | only in glcpp

Lines Matching full:token_t

79 static token_t *
82 static token_t *
89 _token_list_append (token_list_t *list, token_t *token);
752 token_t *
755 token_t *token;
757 token = ralloc (ctx, token_t);
766 token_t *
769 token_t *token;
771 token = ralloc (ctx, token_t);
792 _token_list_append (token_list_t *list, token_t *token)
838 token_t *new_token = ralloc (copy, token_t);
941 _token_print (char **out, size_t *len, token_t *token)
1005 static token_t *
1006 _token_paste (glcpp_parser_t *parser, token_t *token, token_t *other)
1008 token_t *combined = NULL;
1108 token_t *tok;
1300 token_t *space;
1320 token_t *token;
1466 token_t *new_token;
1508 token_t *token = node->token;
1541 token_t *final;