Lines Matching defs:ops
185 process_ifile(FILE *tmpl, proc_ops_t *ops)202 if (ops->po_line(line) < 0) {239 proc_ops_t *ops = &ga_ops;253 ops = &ga_ops;255 ops = &fth_ops;295 if ((ops->po_init != NULL && ops->po_init(model) < 0) ||296 (process_ifile(tmpl, ops) < 0) ||297 (ops->po_fini != NULL && ops->po_fini() < 0)) {