Searched defs:pfound (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dgetopt.c491 const struct option *pfound = NULL;
509 pfound = p;
514 else if (pfound == NULL)
517 pfound = p;
521 || pfound->has_arg != p->has_arg
522 || pfound->flag != p->flag
523 || pfound->val != p->val)
561 if (pfound != NULL)
569 if (pfound->has_arg)
586 argv[0], pfound
487 const struct option *pfound = NULL; local
805 const struct option *pfound = NULL; local
[all...]
/external/grub/lib/
H A Dgetopt.c647 const struct option *pfound = NULL;
665 pfound = p;
670 else if (pfound == NULL)
673 pfound = p;
692 if (pfound != NULL)
700 if (pfound->has_arg)
710 argv[0], pfound->name);
715 argv[0], argv[optind - 1][0], pfound->name);
719 optopt = pfound->val;
723 else if (pfound
643 const struct option *pfound = NULL; local
800 const struct option *pfound = NULL; local
[all...]

Completed in 217 milliseconds