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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c287 ucl_lex_is_comment (const unsigned char c1, const unsigned char c2) function
1217 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1322 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1459 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1576 (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1773 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
2136 if ((chunk)->remain >= 2 && ucl_lex_is_comment ((p)[0], (p)[1])) { \

Completed in 101 milliseconds