Lines Matching refs:opt

36   options *opt = data->opt;  in check_args()  local
45 if (opt->k_option) in check_args()
47 if (we_have_incompatible_stdin_option(opt)) in check_args()
54 if (opt->w_option) in check_args()
56 if (opt->t_option || opt->c_option || in check_args()
57 opt->s_option || opt->l_option || in check_args()
58 opt->e_option || opt->i_option || in check_args()
59 opt->f_option || opt->a_option || in check_args()
60 opt->p_option || opt->o_option || in check_args()
61 opt->g_option || opt->n_option || in check_args()
62 opt->x_option || opt->A_option || in check_args()
63 opt->E_option || opt->S_option || in check_args()
64 opt->G_option || opt->r_option || in check_args()
65 opt->F_option) in check_args()
71 if (opt->l_option) in check_args()
73 if (opt->t_option || opt->c_option || in check_args()
74 opt->s_option || opt->e_option || in check_args()
75 opt->i_option || opt->m_option || in check_args()
76 opt->f_option || opt->a_option || in check_args()
77 opt->p_option || opt->o_option || in check_args()
78 opt->g_option || opt->d_option || in check_args()
79 opt->n_option || opt->qq_option || in check_args()
80 opt->x_option || opt->A_option || in check_args()
81 opt->S_option || opt->G_option || in check_args()
82 opt->r_option || opt->F_option) in check_args()
88 if (opt->e_option) in check_args()
90 if (opt->t_option || opt->c_option || in check_args()
91 opt->s_option || opt->i_option || in check_args()
92 opt->a_option || opt->p_option || in check_args()
93 opt->g_option || opt->n_option || in check_args()
94 opt->A_option || opt->E_option || in check_args()
95 opt->S_option || opt->G_option || in check_args()
96 opt->r_option || opt->F_option) in check_args()
102 if (opt->f_option) in check_args()
106 if (opt->c_option) in check_args()
108 if (opt->t_option || opt->s_option || in check_args()
109 opt->i_option || opt->g_option || in check_args()
110 opt->A_option || opt->S_option || in check_args()
111 opt->G_option || opt->r_option || in check_args()
112 opt->F_option) in check_args()
118 if (opt->A_option) in check_args()
120 if (opt->t_option || opt->s_option || in check_args()
121 opt->i_option || opt->S_option || in check_args()
122 opt->r_option || opt->F_option) in check_args()
128 if (opt->t_option) in check_args()
130 if (opt->s_option || opt->i_option || in check_args()
131 opt->S_option || opt->r_option || in check_args()
132 opt->F_option) in check_args()
138 if (opt->s_option) in check_args()
140 if (opt->a_option || opt->i_option || in check_args()
141 opt->S_option || opt->r_option) in check_args()
147 if (opt->a_option) in check_args()
149 if (opt->i_option) in check_args()
155 if (opt->S_option) in check_args()
159 if (opt->p_option) in check_args()
161 if (!opt->a_option && !opt->s_option && !opt->i_option && !opt->r_option) in check_args()
167 if (opt->o_option) in check_args()
169 if (opt->i_option) in check_args()
173 if (opt->output_format) in check_args()
175 if ((strcmp(opt->output_format,"-") == 0) && (opt->m_option || opt->d_option)) in check_args()
182 if (opt->g_option) in check_args()
184 if (opt->i_option || opt->n_option || opt->G_option) in check_args()
190 if (opt->d_option) in check_args()
192 if (opt->i_option) in check_args()
198 if (opt->n_option) in check_args()
200 if (opt->i_option || opt->T_option) in check_args()
206 if (opt->m_option) in check_args()
208 if (opt->i_option) in check_args()
214 if (opt->i_option) in check_args()
218 if (opt->q_option) in check_args()
222 if (opt->qq_option) in check_args()
224 if (opt->o_option) in check_args()
226 if (strcmp(opt->output_format,"-") == 0) in check_args()
232 if (opt->c_option) in check_args()
234 if (strncmp(opt->cddb_arg, "query", 5) == 0) in check_args()
242 if (opt->N_option) in check_args()
244 if (!opt->s_option) in check_args()
250 if (opt->O_option) in check_args()
252 if (opt->w_option || opt->e_option || in check_args()
253 opt->l_option || opt->i_option) in check_args()
259 if (opt->x_option) in check_args()
263 if (opt->T_option) in check_args()
265 int force_tags_version = opt->T_option_value; in check_args()
273 if (opt->G_option) in check_args()
277 if (opt->F_option) in check_args()
279 if (!opt->s_option) in check_args()
285 if (opt->K_option) in check_args()
287 if (!opt->c_option) in check_args()
294 int we_have_incompatible_stdin_option(options *opt) in we_have_incompatible_stdin_option() argument
296 return opt->s_option || opt->w_option || in we_have_incompatible_stdin_option()
297 opt->l_option || opt->e_option || in we_have_incompatible_stdin_option()
298 opt->i_option || opt->a_option || in we_have_incompatible_stdin_option()
299 opt->p_option || opt->S_option || opt->r_option || opt->F_option || opt->K_option; in we_have_incompatible_stdin_option()