Searched refs:op_next (Results 1 – 3 of 3) sorted by relevance
127 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;
201 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()
137 struct opt *op_next; member