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()415 for (op = opt; op; lop = op, op = op->op_next) { in read_files()426 opt = op->op_next; in read_files()428 lop->op_next = op->op_next; in read_files()452 for (op = opt; op != 0; op = op->op_next) { in read_files()
130 struct opt *op_next; member