Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dmkoptions.cc92 op->op_value = ns(buf); in options()
158 value = op->op_value; in do_option()
233 op->op_value = invalue; in do_option()
249 free(op->op_value); in do_option()
261 op->op_value = ns(value); in do_option()
271 if (op->op_value) { in do_option()
273 op->op_name, op->op_value); in do_option()
277 free(op->op_value); in do_option()
H A Dmain.cc478 ol->op_value << lend; in configfile_dynamic()
483 if (ol->op_value != NULL) { in configfile_dynamic()
485 for (i = 0; i < strlen(ol->op_value); i++) { in configfile_dynamic()
486 if (ol->op_value[i] == '"') in configfile_dynamic()
487 cfg << '\\' << ol->op_value[i]; in configfile_dynamic()
489 cfg << ol->op_value[i]; in configfile_dynamic()
H A Dmkmakefile.cc148 fprintf(ofp, "%s=%s", op->op_name, op->op_value); in makefile()
150 fprintf(ofp, " %s", op->op_value); in makefile()
573 if (op->op_value == 0 && in read_file()
H A Dconfig.h180 char *op_value; member
H A Dconfig.y473 op->op_value = value; in newopt()