Searched refs:UNVIS_END (Results 1 - 8 of 8) sorted by last modified time

/netbsd-current/include/
H A Dvis.h83 #define UNVIS_END _VIS_END /* no more characters */ macro
/netbsd-current/lib/libc/gen/
H A Dunvis.c210 if (flag & UNVIS_END) {
533 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dunvis.c100 if (flag & UNVIS_END) {
281 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
H A Dvis.hin85 #define UNVIS_END 1 /* no more characters */
/netbsd-current/lib/libc/compat/gen/
H A Dcompat___unvis13.c55 flag = (flag & ~1) | ((flag & 1) ? UNVIS_END : 0);
H A Dcompat_unvis.c59 flag = (flag & ~1) | ((flag & 1) ? UNVIS_END : 0);
/netbsd-current/usr.bin/unvis/
H A Dunvis.c136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
/netbsd-current/usr.sbin/sti/
H A Dsti.c75 if (unvis(&out, '\0', state, UNVIS_END) == UNVIS_VALID)

Completed in 251 milliseconds