Home | History | Annotate | Download | only in glcpp

Lines Matching refs:new_token

838 		token_t *new_token = ralloc (copy, token_t);
839 *new_token = *node->token;
840 _token_list_append (copy, new_token);
1466 token_t *new_token;
1468 new_token = _token_create_ival (substituted,
1471 _token_list_append (substituted, new_token);