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

/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpvis.h72 #define UNVIS_END 1 /* no more characters */ macro
H A Dstrunvis.c59 if (flag & UNVIS_END) {
262 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.h75 #define UNVIS_END 1 /* no more characters */ macro
H A Dunvis.c207 if (flag & UNVIS_END) {
503 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dvis.h99 #define UNVIS_END 1 /* no more characters */ macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dvis.h80 #define UNVIS_END 1 /* no more characters */ macro
/macosx-10.10.1/libedit-40/src/
H A Dvis.h76 #define UNVIS_END _VIS_END /* no more characters */ macro
H A Dunvis.c211 if (flag & UNVIS_END) {
528 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
H A Dhistory.c765 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dunvis.c67 if (flag & UNVIS_END) {
263 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
292 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10.1/text_cmds-88/unvis/
H A Dunvis.c121 if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dunvis.c98 if (flag & UNVIS_END) {
279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
H A Dvis.hin85 #define UNVIS_END 1 /* no more characters */

Completed in 178 milliseconds