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

/haiku/headers/compatibility/bsd/
H A Dvis.h1 /* $NetBSD: vis.h,v 1.25 2017/04/23 01:57:36 christos Exp $ */
2 /* $FreeBSD: head/contrib/libc-vis/vis.h 326307 2017-11-28 01:35:28Z brooks $ */
32 * @(#)vis.h 8.1 (Berkeley) 6/2/93
94 char *vis(char *, int, int, int);
/haiku/src/libs/bsd/
H A Dvis.c1 /* $NetBSD: vis.c,v 1.74 2017/11/27 16:37:21 christos Exp $ */
60 __RCSID("$NetBSD: vis.c,v 1.74 2017/11/27 16:37:21 christos Exp $");
63 __FBSDID("$FreeBSD: head/contrib/libc-vis/vis.c 326307 2017-11-28 01:35:28Z brooks $");
71 #include <vis.h>
90 * in vis(3), is that we use this to safe encode output of commands. This
256 case L'$': /* vis(1) -l */
296 * This is do_vis, the central code of vis.
426 * The vis conversion will be done using the wide char
682 * vis
685 vis(char *mbdst, int c, int flags, int nextc) function
[all...]
H A Dunvis.c49 #include <vis.h>
198 * unvis - decode characters previously encoded by vis
/haiku/src/libs/glut/
H A Dglutint.h336 XVisualInfo *vis; /* visual for window */ member in struct:_GLUTwindow
337 Bool visAlloced; /* if vis needs deallocate on destroy */
451 XVisualInfo *vis; /* visual for window */ member in struct:_GLUToverlay
452 Bool visAlloced; /* if vis needs deallocate on destroy */
692 extern GLUTcolormap * __glutAssociateNewColormap(XVisualInfo * vis);
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c382 visible(int vis) argument
384 Visible = vis;

Completed in 108 milliseconds