Home
last modified time | relevance | path

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

/xnu-12377.41.6/SETUP/config/
H A Dparser.y127 op->op_next = (struct opt *) 0;
132 opt_tail->op_next = op;
140 op->op_next = (struct opt *) 0;
145 opt_tail->op_next = op;
180 op->op_next = (struct opt *) 0;
189 op->op_next = (struct opt *) 0;
194 mkopt_tail->op_next = op;
H A Dmkmakefile.c201 for (op = opt; op; op = op->op_next) { in makefile()
209 for (op = mkopt; op; op = op->op_next) { in makefile()
456 for (op = opt; op; lop = op, op = op->op_next) { in read_files()
467 opt = op->op_next; in read_files()
469 lop->op_next = op->op_next; in read_files()
493 for (op = opt; op != 0; op = op->op_next) { in read_files()
H A Dconfig.h137 struct opt *op_next; member