Searched refs:POPT_ARG_ARGV (Results 1 – 5 of 5) sorted by relevance
94 - jbj: display POPT_ARG_ARGV options in --help just like other options.95 - jbj: add test for POPT_ARG_ARGV handling.98 - jbj: popt.3: add POPT_ARG_ARGV description.105 - jbj: finish POPT_ARG_ARGV implementation.110 - jbj: add POPT_ARG_ARGV, starting with the poptSaveString() method.
163 if (poptArgType(opt) == POPT_ARG_ARGV) in getArgDescrip()193 case POPT_ARG_ARGV: return NULL; in getArgDescrip()247 case POPT_ARG_ARGV: in singleOptionDefaultValue()419 (poptArgType(opt) == POPT_ARG_ARGV) ? ' ' : '='); in singleOptionHelp()
39 #define POPT_ARG_ARGV 12U /*!< dupe'd arg appended to realloc'd argv array. */ macro
1120 case POPT_ARG_ARGV: in poptSaveArg()
126 { "argv", '\0', POPT_ARG_ARGV, &aArgv, 0,