Searched defs:arg_list (Results 1 – 8 of 8) sorted by relevance
94 typedef struct arg_list struct98 struct arg_list *next; argument99 } arg_list; typedef
113 struct arg_list { struct118 typedef struct arg_list arg_list; argument
131 cmdline::command_proto::arg_list(void) const in arg_list() function in cmdline::command_proto
149 tree arg_list = void_list_node; in declare_library_fn_1() local
1012 ACPI_OBJECT_LIST arg_list; in thinkpad_call_method() local
3571 struct arg_list { struct3573 arg_list *next; argument3578 arg_list::arg_list(const macro &m) : mac(m), next(0) in arg_list() function in arg_list
253 char *arg_list = dbe_strdup (preview->getArgList ()); in dbeGetExpParams() local