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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c1193 bool got_quote = false, got_eq = false, got_semicolon = false, local
1301 if (!got_eq && !got_semicolon) {
1312 if (!got_eq && !got_semicolon) {
1314 got_semicolon = true;
1340 got_sep = got_semicolon || got_eq;

Completed in 180 milliseconds