Lines Matching defs:state
103 parse_opt (int key, char *arg, struct argp_state *state)
105 struct arg_info *info = state->input;
110 state->child_inputs[0] = &info->dwfl;
116 argp_error (state, _("-o option specified twice"));
125 argp_error (state, _("-d option specified twice"));
156 info->args = &state->argv[state->next];
160 argp_error (state, _("only one of -o or -d allowed"));
168 argp_error (state,
183 argp_failure (state, EXIT_FAILURE, fail,
191 if (state->next + 2 != state->argc)
193 argp_error (state, _("exactly two file arguments are required"));
199 argp_error (state, _("\
211 argp_error (state,