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

  /xsrc/external/mit/twm/dist/src/
cursor.c 151 Pixmap spm, mpm; local
155 spm = GetBitmap(source);
164 XGetGeometry(dpy, spm, &wdummy, &sx, &sy, &sw, &sh, &udummy, &udummy);
171 *cp = XCreatePixmapCursor(dpy, spm, mpm, &Scr->PointerForeground,
  /xsrc/external/mit/ctwm/dist/
cursor.c 147 Pixmap spm, mpm; local
161 spm = GetBitmap(source);
172 XGetGeometry(dpy, spm, &JunkRoot, &sx, &sy, &sw, &sh, &JunkBW, &JunkDepth);
180 *cp = XCreatePixmapCursor(dpy, spm, mpm, &fore, &back, hotx, hoty);
  /src/external/lgpl3/mpfr/dist/tests/
tgamma.c 787 int r, s, spm, inex, err = 0; local
797 spm = 1;
821 mpfr_set_si_2exp (z, spm, - e, MPFR_RNDU);
855 spm = - spm;
  /src/external/bsd/tcpdump/dist/
print-pgm.c 110 PGM_SPMR = 12, /* SPM request */
229 const struct pgm_spm *spm; local
231 spm = (const struct pgm_spm *)(pgm + 1);
232 ND_TCHECK_SIZE(spm);
233 bp = (const u_char *) (spm + 1);
235 switch (GET_BE_U_2(spm->pgms_nla_afi)) {
251 ND_PRINT("SPM seq %u trail %u lead %u nla %s",
252 GET_BE_U_4(spm->pgms_seq),
253 GET_BE_U_4(spm->pgms_trailseq),
254 GET_BE_U_4(spm->pgms_leadseq)
    [all...]
  /src/external/bsd/tmux/dist/
status.c 1788 struct status_prompt_menu *spm = data; local
1789 struct client *c = spm->c;
1794 idx += spm->start;
1795 if (spm->flag == '\0')
1796 s = xstrdup(spm->list[idx]);
1798 xasprintf(&s, "-%c%s", spm->flag, spm->list[idx]);
1809 for (i = 0; i < spm->size; i++)
1810 free(spm->list[i]);
1811 free(spm->list)
1821 struct status_prompt_menu *spm; local
1878 struct status_prompt_menu *spm; local
    [all...]

Completed in 105 milliseconds