Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dvis.h89 #define UNVIS_END _VIS_END /* no more characters */ macro
/dragonfly/lib/libc/gen/
H A Dunvis.c209 if (flag & UNVIS_END) { in unvis()
536 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()
/dragonfly/usr.bin/unvis/
H A Dunvis.c123 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process()