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

/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_parser.c211 ucl_lex_is_comment (const unsigned char c1, const unsigned char c2) function
942 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1043 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1187 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1293 (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1466 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1765 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {

Completed in 49 milliseconds