Lines Matching full:default_value
146 // DEFAULT_VALUE is the value of the option if not specified on the164 const char* default_value;172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),