Searched refs:combined_type (Results 1 – 1 of 1) sorted by relevance
1262 int combined_type; in _token_paste() local1295 combined_type = token->type; in _token_paste()1296 if (combined_type == INTEGER) in _token_paste()1297 combined_type = INTEGER_STRING; in _token_paste()1299 combined = _token_create_str (parser, combined_type, str); in _token_paste()