Lines Matching defs:opt
177 const option& opt = (*iter);
179 optstr += opt.m_character;
180 if (!opt.m_argument.empty())
235 const option& opt = (*iter);
237 if (opt.m_argument.length() + 1 > coldesc)
238 coldesc = opt.m_argument.length() + 1;
242 const option& opt = (*iter);
244 std::string tag = std::string(" -") + opt.m_character;
245 if (opt.m_argument.empty())
248 tag += " " + opt.m_argument + " ";
249 os << ui::format_text_with_tag(opt.m_description, tag, false,