Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dvis.c129 #define iswwhite(c) (c == L' ' || c == L'\t' || c == L'\n') macro
320 (ISGRAPH(flags, c) || iswwhite(c) || in do_svis()