Home
last modified time | relevance | path

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

/src/contrib/wireguard-tools/
H A Dctype.h24 static inline bool char_is_alpha(int c) in char_is_alpha() function
H A Dterminal.c50 if (char_is_alpha(str[j])) in filter_ansi()