Searched refs:Xfree (Results 1 – 8 of 8) sorted by relevance
/minix/external/mit/xorg/tools/xkbcomp/ |
H A D | xkbcomp-KeyBind.c | 252 Xfree ((char *)event->display->keysyms); 290 Xfree ((char *)dpy->keysyms); 642 Xfree(p->string); 643 Xfree((char *)p->modifiers); 644 Xfree((char *)p); 682 if (p->string) Xfree(p->string); 683 if (p->modifiers) Xfree((char *) p->modifiers); 684 Xfree((char *) p);
|
/minix/bin/ksh/ |
H A D | expand.h | 60 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap) macro
|
H A D | lex.c | 671 Xfree(ws, wp); /* free word */ 677 Xfree(ws, wp); /* free word */
|
H A D | eval.c | 995 Xfree(xs, xp); 1244 Xfree(ts, tp);
|
H A D | c_sh.c | 416 Xfree(xs, xp);
|
H A D | exec.c | 1235 Xfree(xs, xp); 1276 Xfree(xs, xp);
|
H A D | edit.c | 1056 Xfree(xs, xp);
|
H A D | c_ksh.c | 405 Xfree(xs, xp);
|