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

/external/libedit/src/
H A Dvis.h62 #define _VIS_END 0x0800 /* for unvis */
66 * unvis return codes
75 * unvis flags
108 int unvis(char *, int, int *, int);
H A Dunvis.c1 /* $NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt Exp $ */
35 static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: unvis.c,v 1.41 2012/12/15 04:29:53 matt 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) {
/external/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl550 sub unvis { subroutine
595 &unvis($1,$2,$3,$4)
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl1382 sub unvis { subroutine
1670 &unvis($1,$2,$3,$4)
/external/libedit/
H A Dconfigure13258 # unvis
13259 ac_fn_c_check_func "$LINENO" "unvis" "ac_cv_func_unvis"

Completed in 1683 milliseconds