Searched refs:combined_type (Results 1 – 1 of 1) sorted by relevance
1381 int combined_type; in _token_paste() local1414 combined_type = token->type; in _token_paste()1415 if (combined_type == INTEGER) in _token_paste()1416 combined_type = INTEGER_STRING; in _token_paste()1418 combined = _token_create_str (parser, combined_type, str); in _token_paste()