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

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dyaml_private.h355 #define IS_BREAKZ_AT(string,offset) \ macro
358 #define IS_BREAKZ(string) IS_BREAKZ_AT((string),0)
365 (IS_SPACE_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))
374 (IS_BLANK_AT((string),(offset)) || IS_BREAKZ_AT((string),(offset)))

Completed in 74 milliseconds