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

  /external/zlib/src/
make_vms.com 149 $ cdef = f$element(1," ",work)
545 $ in_ldef = f$locate(cdef,libdefs)
548 $ write aconf "#define ''cdef' 1"
550 f$extract(in_ldef + f$length(cdef) + 1, -
551 f$length(libdefs) - in_ldef - f$length(cdef) - 1, -
554 $ if (f$type('cdef') .eqs. "INTEGER")
556 $ write aconf "#define ''cdef' ", 'cdef'
558 $ if (f$type('cdef') .eqs. "STRING")
560 $ write aconf "#define ''cdef' ", """", '''cdef'', """
    [all...]
  /external/libvncserver/x11vnc/
solid.c 162 XColor cdef;
167 if (XParseColor(dpy, cmap, color, &cdef) &&
168 XAllocColor(dpy, cmap, &cdef)) {
169 pixel = cdef.pixel;
307 XColor cdef;
529 if (XParseColor(dpy, cmap, color, &cdef) &&
530 XAllocColor(dpy, cmap, &cdef)) {
531 pixel = cdef.pixel;
    [all...]
userinput.c 372 XColor cdef; local
378 if (XParseColor(dpy, cmap, str, &cdef) &&
379 XAllocColor(dpy, cmap, &cdef)) {
380 r = cdef.red >> 8;
381 g = cdef.green >> 8;
382 b = cdef.blue >> 8;
397 cdef.pixel = 0;
    [all...]

Completed in 205 milliseconds