Lines Matching refs:SPACE
163 …VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
165 %type <ival> expression INTEGER operator SPACE integer_constant
550 | SPACE {
551 $$ = _token_create_ival (parser, SPACE, SPACE);
807 if (token->type != SPACE) in _token_list_append()
873 while (n != NULL && n->token->type == SPACE) in _token_list_is_empty_ignoring_space()
901 if (node_a->token->type == SPACE) { in _token_list_equal_ignoring_space()
906 if (node_b->token->type == SPACE) { in _token_list_equal_ignoring_space()
957 case SPACE: in _token_print()
1247 while (node && node->token->type == SPACE) in _arguments_parse()
1281 if (node->token->type == SPACE) in _arguments_parse()
1303 space = _token_create_ival (list, SPACE, SPACE); in _token_list_create_with_one_space()
1342 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()
1355 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()
1835 ret = SPACE; in glcpp_parser_lex()
1836 } else if (ret != SPACE) { in glcpp_parser_lex()
1895 if (node->token->type == SPACE) in glcpp_parser_lex_from()