Home
last modified time | relevance | path

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

/xnu-10063.101.15/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()
427 for (op = opt; op; lop = op, op = op->op_next) { in read_files()
438 opt = op->op_next; in read_files()
440 lop->op_next = op->op_next; in read_files()
464 for (op = opt; op != 0; op = op->op_next) { in read_files()
H A Dconfig.h131 struct opt *op_next; member