Home
last modified time | relevance | path

Searched refs:NULLSTRINGS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gperf/src/
Doptions.h85 NULLSTRINGS = 1 << 13, enumerator
Doptions.cc531 _option_word & NULLSTRINGS ? "enabled" : "disabled", in ~Options()
1041 _option_word |= NULLSTRINGS; in parse_options()
Doutput.cc1129 columns = 58 / (4 + (option[SHAREDLIB] ? 2 : option[NULLSTRINGS] ? 8 : 2) in output_keyword_blank_entries()
1136 columns = (option[SHAREDLIB] ? 9 : option[NULLSTRINGS] ? 4 : 9); in output_keyword_blank_entries()
1158 if (option[NULLSTRINGS]) in output_keyword_blank_entries()
1853 if (!option[SHAREDLIB] && option[NULLSTRINGS]) in output_lookup_function_body()
Dinput.cc547 option.set (NULLSTRINGS); in read_input()
/freebsd-12-stable/contrib/gperf/
DChangeLog329 * src/options.h (NULLSTRINGS): New enum value.
337 (Options::~Options): Output _stringpool_name, NULLSTRINGS values too.