Searched refs:UNVIS_END (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dunvis-compat.c42 flag = (flag & ~_UNVIS_END) ^ UNVIS_END;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.h80 #define UNVIS_END 1 /* no more characters */ macro
/freebsd-9.3-release/contrib/libc-vis/
H A Dvis.h80 #define UNVIS_END _VIS_END /* no more characters */ macro
H A Dunvis.c219 if (flag & UNVIS_END) {
536 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dvis.h73 #define UNVIS_END 1 /* no more characters */ macro
/freebsd-9.3-release/contrib/unvis/
H A Dunvis.c136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dunvis.c101 if (flag & UNVIS_END) {
282 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
H A Dvis.h79 #define UNVIS_END 1 /* no more characters */ macro
H A Dvis.hin79 #define UNVIS_END 1 /* no more characters */

Completed in 72 milliseconds