Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dyaml_private.h311 #define IS_TAB_AT(string,offset) CHECK_AT((string),'\t',(offset)) macro
313 #define IS_TAB(string) IS_TAB_AT((string),0)
320 (IS_SPACE_AT((string),(offset)) || IS_TAB_AT((string),(offset)))

Completed in 5 milliseconds