| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetFPath.c | 40 char **flist = NULL; local in function:XGetFontPath 53 flist = Xmallocarray(rep.nPaths, sizeof (char *)); 60 if ((! flist) || (! ch)) { 61 Xfree(flist); 77 flist[i] = ch+1; /* skip over length */ 83 Xfree(flist); 85 flist = NULL; 88 flist[i] = NULL; 94 return (flist);
|
| H A D | FontNames.c | 45 char **flist = NULL; local in function:XListFonts 73 flist = Xmallocarray (rep.nFonts, sizeof(char *)); 80 if ((! flist) || (! ch)) { 81 Xfree(flist); 100 flist[i] = ch + 1; /* skip over length */ 107 Xfree(flist); 108 flist = NULL; 117 return (flist);
|
| H A D | FontInfo.c | 56 char **flist = NULL; local in function:XListFontsWithInfo 104 tmp_flist = Xreallocarray (flist, size + 1, sizeof(char *)); 106 flist = tmp_flist; 113 if (! (flist = Xmallocarray(size + 1, sizeof(char *)))) { 157 flist[i] = Xmalloc (nbytes); 158 if (! flist[i]) { 163 *flist[0] = 0; /* zero to distinguish from XListFonts */ 164 flist[0]++; 166 flist[i][reply.nameLength] = '\0'; 167 _XReadPad (dpy, flist[ [all...] |
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFtNames.c | 66 char **flist; local in function:FSListFonts 101 flist = FSmallocarray(rep.nFonts, sizeof(char *)); 105 if ((!flist) || (!c)) { 106 if (flist) 107 FSfree(flist); 118 flist[i] = c + 1; 125 flist = (char **) NULL; 130 return flist;
|
| H A D | FSFontInfo.c | 73 char **flist = NULL; local in function:FSListFontsWithXInfo 141 ResizeArray(flist, char) 152 InitArray(flist, char) 165 flist[i] = FSmalloc(reply.nameLength + 1); 166 if (!flist[i]) 171 _FSReadPad(svr, flist[i], (long) reply.nameLength); 172 flist[i][reply.nameLength] = '\0'; 215 _FSRead(svr, flist[i], (long) reply.nameLength); 216 flist[i][reply.nameLength] = '\0'; 232 return flist; [all...] |
| /xsrc/external/mit/xedit/dist/ |
| H A D | util.c | 253 flist.itens = (xedit_flist_item**) 254 XtRealloc((char*)flist.itens, sizeof(xedit_flist_item*) 255 * (flist.num_itens + 1)); 257 flist.itens[flist.num_itens++] = item; 259 if (!flist.popup) { 260 flist.popup = XtCreatePopupShell("fileMenu", simpleMenuWidgetClass, 267 XtRealizeWidget(flist.popup); 274 flist.popup, XtNlabel, item->filename, 295 for (idx = 0; idx < flist [all...] |
| H A D | xedit.c | 91 struct _xedit_flist flist; variable in typeref:struct:_xedit_flist 299 if (!flist.pixmap && strlen(app_resources.changed_pixmap_name)) { 305 to.addr = (XtPointer)&(flist.pixmap); 307 XtConvertAndStore(flist.popup, XtRString, &from, XtRBitmap, &to); 449 flist.current = item;
|
| H A D | commands.c | 110 for (i = 0; i < flist.num_itens; i++) 111 if (flist.itens[i]->flags & CHANGED_BIT) { 322 item = flist.itens[0]; 522 if (flist.pixmap) { 528 XtSetArg(args[num_args], XtNleftBitmap, flist.pixmap); ++num_args;
|
| H A D | lisp.c | 243 XtVaSetValues(new_entry, XtNleftBitmap, flist.pixmap, NULL);
|
| H A D | xedit.h | 96 } flist; variable in typeref:struct:_xedit_flist
|
| H A D | options.c | 172 if (flist.pixmap) { 174 XtSetArg(args[1], XtNleftBitmap, flist.pixmap);
|
| H A D | ispell.c | 1965 XtSetArg(args[0], XtNleftBitmap, flist.pixmap); 2005 XtSetArg(args[0], XtNleftBitmap, flist.pixmap); 2134 XtSetArg(args[0], XtNleftBitmap, flist.pixmap); 2153 XtSetArg(args[0], XtNleftBitmap, flist.pixmap); 2196 XtSetArg(args[0], XtNleftBitmap, flist.pixmap);
|
| /xsrc/external/mit/glu/dist/ |
| H A D | Makefile.am | 84 src/libnurbs/internals/flist.cc \ 170 src/libnurbs/internals/flist.h \
|
| H A D | Makefile.in | 192 src/libnurbs/internals/flist.lo \ 288 src/libnurbs/internals/$(DEPDIR)/flist.Plo \ 632 src/libnurbs/internals/flist.cc \ 718 src/libnurbs/internals/flist.h \ 992 src/libnurbs/internals/flist.lo: \ 1187 @AMDEP_TRUE@@am__include@ @am__quote@src/libnurbs/internals/$(DEPDIR)/flist.Plo@am__quote@ # am--include-marker 1671 -rm -f src/libnurbs/internals/$(DEPDIR)/flist.Plo 1807 -rm -f src/libnurbs/internals/$(DEPDIR)/flist.Plo
|