Home
last modified time | relevance | path

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

/external/libedit/src/
Dvis.c103 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') macro
272 ((flags & VIS_SAFE) && iswsafe(c)))) { in do_svis()