Home
last modified time | relevance | path

Searched refs:optionHelp (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d706 Option optionHelp = splitAndGet(option); in getoptImpl() local
707 optionHelp.required = cfg.required; in getoptImpl()
709 if (optionHelp.optLong.length) in getoptImpl()
711 assert(optionHelp.optLong !in visitedLongOpts, in getoptImpl()
714 visitedLongOpts[optionHelp.optLong] = []; in getoptImpl()
717 if (optionHelp.optShort.length) in getoptImpl()
719 assert(optionHelp.optShort !in visitedShortOpts, in getoptImpl()
720 "Short option " ~ optionHelp.optShort in getoptImpl()
723 visitedShortOpts[optionHelp.optShort] = []; in getoptImpl()
729 optionHelp.help = opts[1]; in getoptImpl()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dgetopt.d706 Option optionHelp = splitAndGet(option); in getoptImpl() local
707 optionHelp.required = cfg.required; in getoptImpl()
709 if (optionHelp.optLong.length) in getoptImpl()
711 assert(optionHelp.optLong !in visitedLongOpts, in getoptImpl()
714 visitedLongOpts[optionHelp.optLong] = []; in getoptImpl()
717 if (optionHelp.optShort.length) in getoptImpl()
719 assert(optionHelp.optShort !in visitedShortOpts, in getoptImpl()
720 "Short option " ~ optionHelp.optShort in getoptImpl()
723 visitedShortOpts[optionHelp.optShort] = []; in getoptImpl()
729 optionHelp.help = opts[1]; in getoptImpl()
[all …]