Searched refs:lex_from_list (Results 1 – 2 of 2) sorted by relevance
1138 parser->lex_from_list = NULL; in glcpp_parser_create()1811 if (parser->lex_from_list == NULL) { in glcpp_parser_lex()1871 ralloc_free (parser->lex_from_list); in glcpp_parser_lex()1872 parser->lex_from_list = NULL; in glcpp_parser_lex()1889 assert (parser->lex_from_list == NULL); in glcpp_parser_lex_from()1892 parser->lex_from_list = _token_list_create (parser); in glcpp_parser_lex_from()1897 _token_list_append (parser->lex_from_list, node->token); in glcpp_parser_lex_from()1902 parser->lex_from_node = parser->lex_from_list->head; in glcpp_parser_lex_from()1906 ralloc_free (parser->lex_from_list); in glcpp_parser_lex_from()1907 parser->lex_from_list = NULL; in glcpp_parser_lex_from()
174 token_list_t *lex_from_list; member