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

/freebsd-10.2-release/contrib/libucl/src/
H A Ducl_parser.c205 ucl_lex_is_atom_end (const unsigned char c) function
672 if (endptr == NULL || ucl_lex_is_atom_end (*endptr) || *endptr == '\0' ||
714 else if (ucl_lex_is_atom_end (p[1])) {
754 (p == end - 1 || ucl_lex_is_atom_end (p[1]))) {
773 (p == end - 1 || ucl_lex_is_atom_end (p[1]))) {
1187 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1587 if (ucl_lex_is_atom_end (*p)) {

Completed in 113 milliseconds