Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc304 bool has_declarations; in read_input() local
308 has_declarations = true; in read_input()
311 has_declarations = false; in read_input()
316 has_declarations = true; in read_input()
328 has_declarations = (separators > 0); in read_input()
330 if (has_declarations) in read_input()
362 if (separators > (has_declarations ? 1 : 0)) in read_input()