Home | History | Annotate | Download | only in glcpp

Lines Matching refs:token_t

83 static token_t *
86 static token_t *
97 _token_list_append (token_list_t *list, token_t *token);
719 token_t *
722 token_t *token;
724 token = talloc (ctx, token_t);
731 token_t *
734 token_t *token;
736 token = talloc (ctx, token_t);
757 _token_list_append (token_list_t *list, token_t *token)
883 _token_print (char **out, token_t *token)
947 static token_t *
948 _token_paste (glcpp_parser_t *parser, token_t *token, token_t *other)
950 token_t *combined = NULL;
1050 token_t *tok;
1223 token_t *space;
1236 token_t *token;
1340 token_t *new_token;
1418 token_t *token = node->token;
1451 token_t *final;