OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unvis
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl
550
sub
unvis
{
subroutine
595
&
unvis
($1,$2,$3,$4)
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
sparcv9_modes.pl
1382
sub
unvis
{
subroutine
[
all
...]
/external/libedit/src/
unvis.c
1
/* $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) {
Completed in 71 milliseconds