Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h320 #define IS_BLANK_AT(string,offset) \ macro
323 #define IS_BLANK(string) IS_BLANK_AT((string),0)
371 (IS_BLANK_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))
H A Dscanner.c1032 (CHECK(parser->buffer, '-') && !IS_BLANK_AT(parser->buffer, 1)) || in yaml_parser_fetch_next_token()