Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c290 ucl_lex_is_comment (const unsigned char c1, const unsigned char c2) in ucl_lex_is_comment() function
1320 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) { in ucl_parse_key()
1425 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) { in ucl_parse_key()
1566 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) { in ucl_parse_string_value()
1683 (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) { in ucl_parse_value()
1938 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) { in ucl_parse_after_value()
2316 if ((chunk)->remain >= 2 && ucl_lex_is_comment ((p)[0], (p)[1])) { \