Home
last modified time | relevance | path

Searched refs:def (Results 1 – 13 of 13) sorted by relevance

/scripts/kconfig/
A Dconfdata.c244 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 Dconf.c300 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 Dsymbol.c312 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 Dexpr.h110 struct symbol_value def[S_DEF_COUNT]; member
A Dstreamline_config.pl224 } elsif ($state ne "NONE" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
/scripts/genksyms/
A Dgenksyms.c464 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 Ddo_div.cocci21 def get_digit_type_and_value(str):
51 def filter_out_safe_constants(str):
61 def construct_warnings(suggested_fun):
A Dflexible_array.cocci20 def relevant(positions):
/scripts/coccinelle/api/
A Dkfree_sensitive.cocci24 def relevant(p):
A Dmemdup_user.cocci22 def relevant(p):
A Dkvmalloc.cocci20 def relevant(p):
/scripts/bash-completion/
A Dmake428 {,old,olddef,sync,def,savedef,rand,listnew,helpnew,test,tiny}config
431 all{no,yes,mod,def}config
/scripts/
A Dasn1_compiler.c707 struct token *def; member

Completed in 18 milliseconds