Home
last modified time | relevance | path

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

/netbsd-src/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()
712 "Long option " ~ optionHelp.optLong ~ " is multiply defined"); 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()
[all …]
/netbsd-src/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()
712 "Long option " ~ optionHelp.optLong ~ " is multiply defined"); 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()
[all …]