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

/external/openssh/openbsd-compat/
H A Dvis.c1 /* $OpenBSD: vis.c,v 1.19 2005/09/01 17:15:49 millert Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/vis.c */
39 #include "vis.h"
54 * vis - visually encode characters
57 vis(char *dst, int c, int flag, int nextc) function
160 dst = vis(dst, c, flag, *++src);
189 i = vis(tbuf, c, flag, *++src) - tbuf;
204 dst += vis(tbuf, c, flag, *++src) - tbuf;
217 dst = vis(dst, c, flag, *++src);
220 dst = vis(ds
[all...]
H A Dvis.h1 /* $OpenBSD: vis.h,v 1.11 2005/08/09 19:38:31 millert Exp $ */
2 /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
32 * @(#)vis.h 5.9 (Berkeley) 4/3/91
35 /* OPENBSD ORIGINAL: include/vis.h */
82 char *vis(char *, int, int, int);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m326 NSRect vis = [ screen visibleFrame ];
329 // vis.origin.x, vis.origin.y, vis.size.width, vis.size.height );
331 if (frame.origin.x >= vis.origin.x &&
332 frame.origin.x + frame.size.width <= vis.origin.x + vis.size.width &&
333 frame.origin.y >= vis.origin.y &&
334 frame.origin.y + frame.size.height <= vis
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.c46 ggi_visual_t vis; member in struct:private_hwdata
69 ggi_visual_t *vis; local
71 vis = NULL;
73 vis = ggiOpen(NULL);
74 if (vis != NULL) {
75 ggiClose(vis);
78 return (vis != NULL);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h47 XVisualInfo* vis,
H A DSDL_x11video.h111 Visual *vis; /* current visual in use */ member in struct:SDL_PrivateVideoData
167 #define SDL_Visual (this->hidden->vis)
H A DSDL_x11video.c919 Visual *vis; local
944 vis = vi->visual;
950 vis = a.visual;
961 vis = this->hidden->visuals[i].visual;
965 printf("Choosing %s visual at %d bpp - %d colormap entries\n", vis->class == PseudoColor ? "PseudoColor" : (vis->class == TrueColor ? "TrueColor" : (vis->class == DirectColor ? "DirectColor" : "Unknown")), depth, vis->map_entries);
967 vis_change = (vis != SDL_Visual);
968 SDL_Visual = vis;
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DScrollViewAndroid.cpp128 // vis from rect. This can compute up to four rectangular slices.
129 void ScrollView::platformOffscreenContentRectangle(const IntRect& vis, const IntRect& rect) argument
/external/quake/quake/src/WinQuake/
H A Dbspfile.h285 int CompressVis (byte *vis, byte *dest);
H A Dr_main.cpp493 byte *vis; local
503 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
507 if (vis[i>>3] & (1<<(i&7)))
H A Dgl_rsurf.cpp1451 byte *vis; local
1467 vis = solid;
1471 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
1475 if (vis[i>>3] & (1<<(i&7)))
/external/openssh/
H A DAndroid.mk22 openbsd-compat/readpassphrase.c openbsd-compat/vis.c \
H A Dlog.c49 # include <vis.h>
H A Dscp.c107 #include <vis.h>
H A Dsshconnect2.c44 #include <vis.h>
H A Dconfigure6060 vis.h \
/external/quake/quake/src/QW/client/
H A Dgl_rsurf.c1383 byte *vis; local
1399 vis = solid;
1403 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
1407 if (vis[i>>3] & (1<<(i&7)))
H A Dr_main.c513 byte *vis; local
523 vis = Mod_LeafPVS (r_viewleaf, cl.worldmodel);
527 if (vis[i>>3] & (1<<(i&7)))
/external/webkit/Source/WebCore/platform/
H A DScrollView.h446 // capture parts of rect not contained by vis
447 void platformOffscreenContentRectangle(const IntRect& vis,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 309 milliseconds