Searched refs:chars_to_highlight (Results 1 – 1 of 1) sorted by relevance
300 size_t chars_to_highlight = line.find(':'); in PrintLongHelp() local301 if (chars_to_highlight == std::string::npos) in PrintLongHelp()302 chars_to_highlight = line.size(); in PrintLongHelp()304 OutputString(line.substr(0, chars_to_highlight), DECORATION_YELLOW); in PrintLongHelp()305 OutputString(line.substr(chars_to_highlight)); in PrintLongHelp()