Searched refs:del (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A Dutlist.h91 #define DL_DELETE(head,del) \
93 if ((del)->prev == (del)) { \
95 } else if ((del)==(head)) { \
96 (del)->next->prev = (del)->prev; \
97 (head) = (del)->next; \
99 (del)->prev->next = (del)->next; \
100 if ((del)
[all...]
/xsrc/external/mit/xcb-util/dist/property/
H A Dxcb_property.h71 * @param del Boolean value that determines whether the property is deleted.
78 uint8_t del,
87 uint8_t del,
H A Dproperty.c35 xcb_get_any_property(xcb_connection_t *c, uint8_t del, xcb_window_t window, xcb_atom_t name, uint32_t long_len) argument
39 return xcb_get_property(c, del, window, name, type, 0, long_len);
44 uint8_t del,
49 return xcb_get_property_unchecked(c, del, window, name, XCB_GET_PROPERTY_TYPE_ANY, 0, long_len);
43 xcb_get_any_property_unchecked(xcb_connection_t * c,uint8_t del,xcb_window_t window,xcb_atom_t name,uint32_t long_len) argument
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddos-def.mk16 DELETE := del
H A Ddetect.mk133 DELETE := del
/xsrc/external/mit/freetype/dist/builds/os2/
H A Dos2-def.mk16 DELETE := del
H A Ddetect.mk31 DELETE := del
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk16 DELETE := del
H A Ddetect.mk68 DELETE := del
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c135 GlyphRefPtr table, gr, del; local in function:FindGlyphRef
141 del = 0;
149 if (del)
150 gr = del;
155 if (!del)
156 del = gr;
157 else if (gr == del)
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c126 GlyphRefPtr table, gr, del; local in function:FindGlyphRef
132 del = 0;
138 if (del)
139 gr = del;
143 if (!del)
144 del = gr;
145 else if (gr == del)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A DMakefile.mgw105 UNLINK = del $(subst /,\,$(1))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
H A Dmake.bat32 del /q /s %BUILDDIR%\*
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
H A DXspice203 del cleanup_processes[:]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c509 boolean del = TRUE; local in function:dri2_allocate_textures
515 del = FALSE;
520 if (del) {
/xsrc/external/mit/libXaw/dist/src/
H A DTextSrc.c1319 XawTextUndoList *head, *del; local in function:FreeUndoBuffer
1330 del = head;
1333 XtFree((char*)del);
1334 del = head;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp53 prog->del(this, id);
H A Dnv50_ir.h1284 inline void del(Function *fn, int& id) { allFuncs.remove(id); } function in class:nv50_ir::Program
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp53 prog->del(this, id);
H A Dnv50_ir.h1338 inline void del(Function *fn, int& id) { allFuncs.remove(id); } function in class:nv50_ir::Program
/xsrc/external/mit/freetype/dist/builds/
H A Dfreetype.mk350 # Don't break the command lines with \; this prevents the "del" command from
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c461 boolean del = TRUE; local in function:dri2_allocate_textures
467 del = FALSE;
472 if (del) {
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.c231 struct nvif_ioctl_del del; member in struct:nouveau_object_fini::__anonb111a8e80408
/xsrc/external/mit/xterm/dist/
H A Dbutton.c1332 int del; local in function:ReadLineDelete
1338 del = (cell2->col - cell1->col) + ((cell2->row - cell1->row) * MaxCols(screen));
1339 if (del <= 0) /* Just in case... */
1341 while (del--)
H A Dconfigure.in388 AC_ARG_ENABLE(delete-is-del,
389 [ --enable-delete-is-del set default deleteIsDEL resource (default: maybe)],

Completed in 94 milliseconds

12