HomeSort by: relevance | last modified time | path
    Searched defs:unvis (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/sets/
join.awk 34 # canonicalised via unvis(word); the version from F2 is printed.
37 function unvis(s) \ function
84 f1 = unvis($1)
90 { f1 = unvis($1) }
  /src/lib/libc/gen/
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) {

Completed in 13 milliseconds