Home | History | Annotate | Download | only in libpopt

Lines Matching defs:oe

776 		char *oe;
793 for (oe = optString; *oe && *oe != '='; oe++)
795 if (*oe == '=') {
796 *oe++ = '\0';
798 longArg = origOptString + (oe - localOptString);