Searched refs:got_semicolon (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_parser.c1296 bool got_quote = false, got_eq = false, got_semicolon = false, local
1404 if (!got_eq && !got_semicolon) {
1415 if (!got_eq && !got_semicolon) {
1417 got_semicolon = true;
1443 got_sep = got_semicolon || got_eq;

Completed in 97 milliseconds