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()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()
131 struct opt *op_next; member