decl_spec 22 scripts/genksyms/parse.y static struct string_list *decl_spec; decl_spec 119 scripts/genksyms/parse.y { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; } decl_spec 169 scripts/genksyms/parse.y *$2 = decl_spec; decl_spec 184 scripts/genksyms/parse.y /* empty */ { decl_spec = NULL; } decl_spec 189 scripts/genksyms/parse.y decl_specifier { decl_spec = *$1; } decl_spec 190 scripts/genksyms/parse.y | decl_specifier_seq decl_specifier { decl_spec = *$2; }