unvis.c | 1 /* $NetBSD: unvis.c,v 1.45 2022/04/19 20:32:15 rillig Exp $ */ 35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: unvis.c,v 1.45 2022/04/19 20:32:15 rillig Exp $"); 190 * unvis - decode characters previously encoded by vis 193 unvis(char *cp, int c, int *astate, int flag) function in typeref:typename:int 512 switch (unvis(&t, c, &state, flag)) { 533 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) {
|