Searched refs:DefaultMsg (Results 1 – 1 of 1) sorted by relevance
894 static const char *getValueStr(const Option &O, const char *DefaultMsg) { in getValueStr() argument895 if (O.ValueStr[0] == 0) return DefaultMsg; in getValueStr()