Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc274 const char *declarations_end; in read_input() local
333 declarations_end = separator[0]; in read_input()
337 for (p = declarations_end + 2; p < input_end; ) in read_input()
357 declarations_end = NULL; in read_input()
392 for (const char *line = declarations; line < declarations_end; ) in read_input()
395 line_end = (const char *) memchr (line, '\n', declarations_end - line); in read_input()
399 line_end = declarations_end; in read_input()