Home
last modified time | relevance | path

Searched refs:POPT_CONTEXT_KEEP_FIRST (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/src/
Dpopt.h118 #define POPT_CONTEXT_KEEP_FIRST (1U << 1) /*!< pay attention to argv[0] */ macro
Dpopthelp.c617 if (!(con->flags & POPT_CONTEXT_KEEP_FIRST)) { in showHelpIntro()
Dpopt.c167 if (!(flags & POPT_CONTEXT_KEEP_FIRST)) in poptGetContext()