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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c281 ucl_lex_is_atom_end (const unsigned char c) function
780 if (endptr == NULL || ucl_lex_is_atom_end (*endptr) || *endptr == '\0') {
821 else if (ucl_lex_is_atom_end (p[1])) {
861 (p == end - 1 || ucl_lex_is_atom_end (p[1]))) {
880 (p == end - 1 || ucl_lex_is_atom_end (p[1]))) {
896 if (ucl_lex_is_atom_end(*p))
1459 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
2012 if (ucl_lex_is_atom_end (*p)) {

Completed in 111 milliseconds