Home
last modified time | relevance | path

Searched refs:autoconf_cmd (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/
H A Dparser.y521 autoconf_cmd = str_new(); in conf_parse()
523 str_printf(&autoconf_cmd, "\ndeps_config := \\\n"); in conf_parse()
533 str_printf(&autoconf_cmd, in conf_parse()
538 env_write_dep(&autoconf_cmd); in conf_parse()
H A Dutil.c43 str_printf(&autoconf_cmd, "\t%s \\\n", name); in file_lookup()
H A Dlkc.h41 extern struct gstr autoconf_cmd;
H A Dconfdata.c25 struct gstr autoconf_cmd; variable
936 fputs(str_get(&autoconf_cmd), out); in conf_write_autoconf_cmd()