Home
last modified time | relevance | path

Searched refs:IS_BLANK_AT (Results 1 – 2 of 2) sorted by relevance

/optee_benchmark/libyaml/src/
A Dyaml_private.h319 #define IS_BLANK_AT(string,offset) \ macro
322 #define IS_BLANK(string) IS_BLANK_AT((string),0)
370 (IS_BLANK_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))
A Dscanner.c1035 (CHECK(parser->buffer, '-') && !IS_BLANK_AT(parser->buffer, 1)) || in yaml_parser_fetch_next_token()

Completed in 7 milliseconds