Home
last modified time | relevance | path

Searched refs:op_next (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/config/
H A Dmkoptions.c64 op->op_next = opt; in options()
84 op->op_next = opt; in options()
90 for (op = opt; op != NULL; op = op->op_next) { in options()
122 for (op = opt; op != NULL; op = op->op_next) { in do_option()
198 op->op_next = op_head; in do_option()
211 topp = op->op_next; in do_option()
225 op->op_next = op_head; in do_option()
238 topp = op->op_next; in do_option()
H A Dconfig.y185 op->op_next = mkopt;
243 op->op_next = opt;
260 op->op_next = opt;
293 op->op_next = mkopt;
H A Dconfig.h130 struct opt *op_next; member
H A Dmkmakefile.c168 for (op = mkopt; op != NULL; op = op->op_next) in makefile()
450 for (op = opt; op != NULL; op = op->op_next) { in read_files()