Searched refs:pfound (Results 1 – 3 of 3) sorted by relevance
646 const struct option *pfound = NULL; local664 pfound = p;669 else if (pfound == NULL)672 pfound = p;676 || pfound->has_arg != p->has_arg677 || pfound->flag != p->flag678 || pfound->val != p->val)694 if (pfound != NULL)702 if (pfound->has_arg)712 argv[0], pfound->name);[all …]
380 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local509 if (!(pfound = search_for_prefix(argv0_path, home))) { in calculate_path()521 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */ in calculate_path()541 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()644 if (pfound > 0) { in calculate_path()
3555 int *pfound = (int *)userData; in cr_cdata_handler() local3561 *pfound = 1; in cr_cdata_handler()3674 int *pfound = (int *)userData; in rsqb_handler() local3677 *pfound = 1; in rsqb_handler()