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

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_parser.c233 ucl_lex_is_atom_end (const unsigned char c) function
660 if (endptr == NULL || ucl_lex_is_atom_end (*endptr) || *endptr == '\0') {
701 else if (ucl_lex_is_atom_end (p[1])) {
740 if (p == end - 1 || ucl_lex_is_atom_end (p[1])) {
758 if (p == end - 1 || ucl_lex_is_atom_end (p[1])) {
1171 if (ucl_lex_is_atom_end (*p) || (chunk->remain >= 2 && ucl_lex_is_comment (p[0], p[1]))) {
1565 if (ucl_lex_is_atom_end (*p)) {

Completed in 110 milliseconds