Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
H A Dvis.c127 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') macro
312 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()