HomeSort by relevance Sort by last modified time
    Searched refs:unvis (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
vis.h 62 #define _VIS_END 0x0800 /* for unvis */
66 * unvis return codes
75 * unvis flags
108 int unvis(char *, int, int *, int);
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) {
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 619 #define unvis _unvis
  /external/libedit/
configure     [all...]

Completed in 558 milliseconds