Searched refs:val (Results 1 – 13 of 13) sorted by relevance
/extra/locale/programs/ |
A D | locale.c | 296 const char *val; in print_item() local 303 if (val != NULL) in print_item() 309 if (val != NULL) in print_item() 330 val = strchr(val, '\0') + 1; in print_item() 343 if (val != NULL) in print_item() 344 printf("%d", *val == '\177' ? -1 : *val); in print_item() 351 int cnt = val ? strlen(val) : 0; in print_item() 357 printf("%d;", *val == '\177' ? -1 : *val); in print_item() 359 ++val; in print_item() 362 printf("%d\n", cnt == 0 || *val == '\177' ? -1 : *val); in print_item() [all …]
|
/extra/config/ |
A D | symbol.c | 174 val = strtol(sym->curr.val, NULL, base); in sym_validate_range() 390 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value() 400 newval.val = ds->curr.val; in sym_calc_value() 489 return val >= sym->rev_dep.tri && val <= sym->visible; in sym_tristate_within_range() 597 long val; in sym_string_within_range() local 639 char *val; in sym_set_string_value() local 670 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value() 674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value() 728 val = EXPR_OR(val, sym->rev_dep.tri); in sym_get_string_default() 733 val = yes; in sym_get_string_default() [all …]
|
A D | mconf.c | 473 tristate val; in build_conf() local 541 val = sym_get_tristate_value(sym); in build_conf() 545 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 548 switch (val) { in build_conf() 565 if (val == yes) { in build_conf() 585 val = sym_get_tristate_value(sym); in build_conf() 586 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 594 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 596 item_make("-%c-", val == no ? ' ' : '*'); in build_conf() 601 switch (val) { in build_conf()
|
A D | gconf.c | 88 if (val & SYMBOL_CONST) in dbg_sym_flags() 90 if (val & SYMBOL_CHECK) in dbg_sym_flags() 92 if (val & SYMBOL_CHOICE) in dbg_sym_flags() 94 if (val & SYMBOL_CHOICEVAL) in dbg_sym_flags() 96 if (val & SYMBOL_VALID) in dbg_sym_flags() 98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags() 100 if (val & SYMBOL_WRITE) in dbg_sym_flags() 102 if (val & SYMBOL_CHANGED) in dbg_sym_flags() 104 if (val & SYMBOL_AUTO) in dbg_sym_flags() 1067 tristate val; in fill_row() local [all …]
|
A D | nconf.c | 739 tristate val; in build_conf() local 803 val = sym_get_tristate_value(sym); in build_conf() 808 val == no ? ' ' : '*'); in build_conf() 811 switch (val) { in build_conf() 831 if (val == yes) { in build_conf() 852 val = sym_get_tristate_value(sym); in build_conf() 853 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 860 val == no ? ' ' : '*'); in build_conf() 863 val == no ? ' ' : '*'); in build_conf() 866 switch (val) { in build_conf()
|
A D | confdata.c | 172 sym->def[def].val = strdup(p); in conf_set_sym_val() 297 if (sym->def[def].val) in conf_read_simple() 298 free(sym->def[def].val); in conf_read_simple() 301 sym->def[def].val = NULL; in conf_read_simple() 388 cs->def[def].val = sym; in conf_read_simple() 427 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read() 452 if (sym_string_within_range(sym, sym->def[S_DEF_USER].val)) in conf_read() 875 sym->def[S_DEF_AUTO].val)) in conf_split_config() 1093 csym->def[S_DEF_USER].val = sym; in randomize_choice_values()
|
A D | lkc.h | 169 return (struct symbol *)sym->curr.val; in sym_get_choice_value()
|
A D | expr.h | 58 void *val; member
|
A D | qconf.h | 74 void setValue(ConfigItem* item, tristate val);
|
A D | qconf.cc | 485 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() argument 501 if (!sym_set_tristate_value(sym, val)) in setValue()
|
/extra/scripts/ |
A D | unifdef.c | 1050 long val; in eval_table() local 1088 long val = 0; in ifeval() local 1093 debug("eval = %d", val); in ifeval() 1397 const char *sym, *val; in addsym1() local 1400 val = skipsym(sym); in addsym1() 1402 symval[val - sym] = '\0'; in addsym1() 1403 val = val + 1; in addsym1() 1404 } else if (*val == '\0') { in addsym1() 1429 value[symind] = val; in addsym2() 1490 val = "1"; in defundef() [all …]
|
/extra/config/lxdialog/ |
A D | dialog.h | 165 void item_set_selected(int val);
|
A D | util.c | 646 void item_set_selected(int val) in item_set_selected() argument 648 item_cur->node.selected = val; in item_set_selected()
|
Completed in 28 milliseconds