HomeSort by: relevance | last modified time | path
    Searched defs:datap (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
win_utils.c 434 unsigned long *datap = NULL; local
439 (unsigned char **) &datap) != Success || !datap) {
444 *statep = (int) datap[0];
445 *iwp = (Window) datap[1];
449 XFree(datap);
  /xsrc/external/mit/smproxy/dist/
smproxy.c 159 unsigned long *datap = NULL;
165 &nitems, &bytesafter, (unsigned char **) &datap) == Success)
170 Window leader_win = *((Window *) datap);
176 if (datap)
177 XFree (datap);
766 unsigned long *datap = NULL;
817 (unsigned char **) &datap) == Success && datap)
822 if (datap)
823 XFree ((char *) datap);
156 unsigned long *datap = NULL; local
748 unsigned long *datap = NULL; local
    [all...]
  /xsrc/external/mit/twm/dist/src/
menus.c 2626 unsigned long *datap = (unsigned long *) prop_return; local
2628 *statep = (int) datap[0];
2629 *iwp = (Window) datap[1];

Completed in 7 milliseconds