Lines Matching defs:value

258 			conf_warning("symbol value '%s' invalid for %s",
284 conf_warning("symbol value '%s' invalid for %s",
533 /* check that calculated value agrees with saved value */
546 /* no previous value and not saved */
549 /* maybe print value in verbose mode... */
565 /* Reset a string value if it's out of range */
591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg)
597 if (*value == 'n') {
610 fprintf(fp, "%s%s=%s\n", CONFIG_, sym->name, value);
614 kconfig_print_comment(FILE *fp, const char *value, void *arg)
616 const char *p = value;
645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg)
653 switch (*value) {
668 if (value[0] != '0' || (value[1] != 'x' && value[1] != 'X'))
671 CONFIG_, sym->name, prefix, value);
677 CONFIG_, sym->name, value);
686 header_print_comment(FILE *fp, const char *value, void *arg)
688 const char *p = value;
780 /* If symbol equals to default value - skip */
785 * If symbol is a choice value and equals to the
787 * But only if value is bool and equal to "y" and
994 * symbol has old and new value,
1016 * If there is no old value, only 'no' (unset)
1017 * is allowed as new value.
1030 /* There is neither an old nor a new value. */
1033 * There is an old value, but no new value ('no' (unset)
1034 * isn't saved in auto.conf, so the old value is always
1157 * find a random value and set it to yes,
1172 /* clear VALID to get value calculated */
1176 /* clear VALID to get value calculated */
1198 /* clear VALID to get value calculated */