Searched defs:lst2 (Results 1 – 3 of 3) sorted by relevance
784 auto lst2 = lst ~ [ 1, 2, 3 ]; variable
870 auto lst2 = lst ~ [ 1, 2, 3 ]; variable
694 token_list_append (struct token_list *lst1, struct token_list *lst2) in token_list_append()