Searched refs:unvis (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dftpvis.h61 * unvis return codes
70 * unvis flags
82 int unvis(char *, int, int *, int);
H A Dstrunvis.c2 /* from NetBSD: unvis.c,v 1.27 2005/05/16 11:42:04 lukem Exp */
52 * unvis - decode characters previously encoded by vis
55 unvis(char *cp, int c, int *astate, int flag) function
248 switch (unvis(dst, c, &state, flag)) {
262 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dvis.h64 * unvis return codes
73 * unvis flags
87 int unvis(char *, int, int *, int);
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 christos Exp $ */
35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 christos Exp $");
187 * unvis - decode characters previously encoded by vis
190 unvis(char *cp, int c, int *astate, int flag) function
489 switch (unvis(dst, c, &state, flag)) {
503 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10/Libc-1044.1.2/include/
H A Dvis.h88 * unvis return codes
97 * unvis flags
109 int unvis(char *, int, int *, int);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dvis.h69 * unvis return codes
78 * unvis flags
89 int unvis(char *, char, int *, int);
/macosx-10.10/text_cmds-88/unvis/
H A Dunvis.c42 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
45 "$FreeBSD: src/usr.bin/unvis/unvis.c,v 1.9 2002/09/04 23:29:08 dwmalone Exp $";
89 fprintf(stderr, "usage: unvis [file ...]\n");
103 switch(ret = unvis(&outc, (char)c, &state, 0)) {
121 if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dunvis.c31 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/unvis.c,v 1.10 2007/01/09 00:27:56 imp Exp $");
60 * unvis - decode characters previously encoded by vis
63 unvis(char *cp, int c, int *astate, int flag) function
249 switch (unvis(dst, c, &state, 0)) {
263 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
278 switch (unvis(dst, c, &state, flag)) {
292 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10/libedit-40/src/
H A Dvis.h62 #define _VIS_END 0x800 /* for unvis */
65 * unvis return codes
74 * unvis flags
104 int unvis(char *, int, int *, int);
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.39 2012/03/13 21:13:37 christos Exp $ */
35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: unvis.c,v 1.39 2012/03/13 21:13:37 christos Exp $");
191 * unvis - decode characters previously encoded by vis
194 unvis(char *cp, int c, int *astate, int flag) function
507 switch (unvis(&t, c, &state, flag)) {
528 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
H A Dhistory.c751 switch (unvis(dst, c, &state, 0)) {
765 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID)
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $ */
42 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
44 __RCSID("$NetBSD: unvis.c,v 1.19 2000/01/22 22:19:13 mycroft Exp $");
62 __weak_alias(unvis,_unvis)
65 __warn_references(unvis,
66 "warning: reference to compatibility unvis(); include <vis.h> for correct reference")
88 * unvis - decode characters previously encoded by vis
279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID)
H A Dvis.hin74 * unvis return codes
83 * unvis flags
147 #undef unvis
148 #define unvis(a,b,c,d) rk_unvis(a,b,c,d)
H A DNTMakefile107 $(OBJ)\unvis.obj \
H A Droken.h.in1072 #define unvis rk_unvis
1075 unvis(char *, int, int *, int);
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure16984 unvis \
19687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if unvis needs a prototype" >&5
19688 $as_echo_n "checking if unvis needs a prototype... " >&6; }
19698 extern int unvis (struct foo*);
19702 unvis(&xx)

Completed in 145 milliseconds