Home
last modified time | relevance | path

Searched refs:keyw (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/scripts/genksyms/
Dparse.y55 static void record_compound(struct string_list **keyw, in record_compound() argument
63 remove_node(keyw); in record_compound()
69 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound()
Dparse.tab.c_shipped97 static void record_compound(struct string_list **keyw,
105 remove_node(keyw);
111 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;