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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c239 ucl_lex_is_comment (const unsigned char c1, const unsigned char c2) function
926 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1027 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1171 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1277 (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1444 else if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {
1736 if (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1])) {

Completed in 91 milliseconds