Lines Matching refs:catch
382 struct opts *catch;403 catch = NULL;434 catch = lo->opt;446 gotflag(&gof, catch);462 for (catch = gof.opts; catch; catch = catch->next)463 if (*gof.arg == catch->c)464 if (!((catch->flags&4) && gof.arg[1])) break;467 if (gotflag(&gof, catch) ) {