Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h352 #define IS_BREAKZ_AT(string,offset) \ macro
355 #define IS_BREAKZ(string) IS_BREAKZ_AT((string),0)
362 (IS_SPACE_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))
371 (IS_BLANK_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))