Searched refs:def (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/ |
| A D | confdata.c | 244 sym->def[def].tri = mod; in conf_set_sym_val() 251 sym->def[def].tri = yes; in conf_set_sym_val() 256 sym->def[def].tri = no; in conf_set_sym_val() 260 if (def != S_DEF_AUTO) in conf_set_sym_val() 285 sym->def[def].val = xstrdup(p); in conf_set_sym_val() 288 if (def != S_DEF_AUTO) in conf_set_sym_val() 393 free(sym->def[def].val); in conf_read_simple() 396 sym->def[def].val = NULL; in conf_read_simple() 397 sym->def[def].tri = no; in conf_read_simple() 401 if (def == S_DEF_USER) { in conf_read_simple() [all …]
|
| A D | conf.c | 300 printf("%s\n", def); in conf_askvalue() 326 const char *def; in conf_string() local 332 if (def) in conf_string() 343 def = NULL; in conf_string() 349 def = line; in conf_string() 351 if (def && sym_set_string_value(sym, def)) in conf_string() 430 int cnt, def; in conf_choice() local 434 cnt = def = 0; in conf_choice() 445 def = cnt; in conf_choice() 467 cnt = def; in conf_choice() [all …]
|
| A D | symbol.c | 312 if (sym_has_value(sym) && sym->def[S_DEF_USER].tri == yes) { in sym_calc_choice() 324 if (res && sym_has_value(res) && res->def[S_DEF_USER].tri == no) in sym_calc_choice() 467 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value() 501 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value() 568 if (!(sym->flags & SYMBOL_DEF_USER) || sym->def[S_DEF_USER].tri != val) { in sym_set_tristate_value() 569 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value() 605 menu->sym->def[S_DEF_USER].tri = val; in choice_set_value() 768 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value() 772 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value() 776 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
|
| A D | expr.h | 110 struct symbol_value def[S_DEF_COUNT]; member
|
| A D | streamline_config.pl | 224 } elsif ($state ne "NONE" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
|
| /scripts/genksyms/ |
| A D | genksyms.c | 464 struct string_list *sym, *def; in read_reference() local 477 def = read_node(f); in read_reference() 478 if (def && def->tag == SYM_NORMAL && in read_reference() 479 !strcmp(def->string, "extern")) { in read_reference() 481 free_node(def); in read_reference() 482 def = read_node(f); in read_reference() 484 while (def) { in read_reference() 485 def->next = defn; in read_reference() 486 defn = def; in read_reference() 487 def = read_node(f); in read_reference()
|
| /scripts/coccinelle/misc/ |
| A D | do_div.cocci | 21 def get_digit_type_and_value(str): 51 def filter_out_safe_constants(str): 61 def construct_warnings(suggested_fun):
|
| A D | flexible_array.cocci | 20 def relevant(positions):
|
| /scripts/coccinelle/api/ |
| A D | kfree_sensitive.cocci | 24 def relevant(p):
|
| A D | memdup_user.cocci | 22 def relevant(p):
|
| A D | kvmalloc.cocci | 20 def relevant(p):
|
| /scripts/bash-completion/ |
| A D | make | 428 {,old,olddef,sync,def,savedef,rand,listnew,helpnew,test,tiny}config 431 all{no,yes,mod,def}config
|
| /scripts/ |
| A D | asn1_compiler.c | 707 struct token *def; member
|
Completed in 20 milliseconds