HomeSort by relevance Sort by last modified time
    Searched full:iswsafe (Results 1 - 1 of 1) sorted by null

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

Completed in 489 milliseconds