Home
last modified time | relevance | path

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

/freebsd/contrib/libc-vis/
H A Dvis.c126 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') macro
311 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()