Home
last modified time | relevance | path

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

/petsc/src/sys/yaml/src/
H A Dyaml_private.h304 #define IS_SPACE_AT(string,offset) CHECK_AT((string),' ',(offset)) macro
306 #define IS_SPACE(string) IS_SPACE_AT((string),0)
321 (IS_SPACE_AT((string),(offset)) || IS_TAB_AT((string),(offset)))
362 (IS_SPACE_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))