Searched refs:is_term_sep_ws (Results 1 – 1 of 1) sorted by relevance
520 static ossl_inline int is_term_sep_ws(char c) in is_term_sep_ws() function545 for (; is_term_sep_ws(*p) && p < end; ++p); in lex_do()553 for (term_end = p; !is_term_sep_ws(*term_end) && term_end < end; ++term_end); in lex_do()
Completed in 5 milliseconds