Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c1298 got_content = false, got_sep = false; in ucl_parse_key() local
1333 got_content = true; in ucl_parse_key()
1339 got_content = true; in ucl_parse_key()
1364 got_content = true; in ucl_parse_key()
1390 if (p >= chunk->end && got_content) { in ucl_parse_key()
1394 else if (!got_content) { in ucl_parse_key()
1438 if (p >= chunk->end && got_content) { in ucl_parse_key()