Home
last modified time | relevance | path

Searched refs:op_value (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.sbin/config/
H A Dmkoptions.cc95 op->op_value = ns(buf); in options()
161 value = op->op_value; in do_option()
236 op->op_value = invalue; in do_option()
252 free(op->op_value); in do_option()
264 op->op_value = ns(value); in do_option()
274 if (op->op_value) { in do_option()
276 op->op_name, op->op_value); in do_option()
280 free(op->op_value); in do_option()
H A Dmain.cc485 ol->op_value << lend; in configfile_dynamic()
490 if (ol->op_value != NULL) { in configfile_dynamic()
492 for (i = 0; i < strlen(ol->op_value); i++) { in configfile_dynamic()
493 if (ol->op_value[i] == '"') in configfile_dynamic()
494 cfg << '\\' << ol->op_value[i]; in configfile_dynamic()
496 cfg << ol->op_value[i]; in configfile_dynamic()
H A Dconfig.h182 char *op_value; member
H A Dmkmakefile.cc154 fprintf(ofp, "%s=%s", op->op_name, op->op_value); in makefile()
156 fprintf(ofp, " %s", op->op_value); in makefile()
567 if (op->op_value == 0 && in read_file()
H A Dconfig.y453 op->op_value = value; in newopt()