Searched refs:iswsafe (Results 1 – 1 of 1) sorted by relevance
103 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') macro272 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()