Searched refs:pfound (Results 1 – 1 of 1) sorted by relevance
201 const struct option *pfound = NULL; in process_long_option() local216 pfound = p; in process_long_option()221 if (pfound == NULL) in process_long_option()232 if (pfound == NULL) in process_long_option()235 pfound = p; in process_long_option()239 || pfound->has_arg != p->has_arg in process_long_option()240 || pfound->flag != p->flag in process_long_option()241 || pfound->val != p->val) in process_long_option()309 if (pfound == NULL) in process_long_option()338 if (pfound->has_arg) in process_long_option()[all …]