Searched refs:opt_tail (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/SETUP/config/
H A Dexterns.c51 struct opt *opt, *mkopt, *opt_tail, *mkopt_tail; variable in typeref:struct:
H A Dparser.y132 opt_tail->op_next = op;
133 opt_tail = op;
145 opt_tail->op_next = op;
146 opt_tail = op;
H A Dconfig.h130 extern struct opt *opt, *mkopt, *opt_tail, *mkopt_tail;

Completed in 23 milliseconds