Searched refs:IconEntry (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | icons.h | 44 struct IconEntry *entries; 47 typedef struct IconEntry { struct 48 struct IconEntry *next; 52 } IconEntry; typedef in typeref:struct:IconEntry
|
| H A D | icons.c | 44 static void splitEntry(IconEntry *ie, int grav1, int grav2, int w, int h); 45 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp); 46 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir); 47 static void mergeEntries(IconEntry *old, IconEntry *ie); 50 splitEntry(IconEntry *ie, int grav1, int grav2, int w, int h) 52 IconEntry *entry; 60 entry = (IconEntry *) malloc(sizeof(IconEntry)); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons.h | 57 struct IconEntry *entries; 60 struct IconEntry { struct 61 struct IconEntry *next;
|
| H A D | types.h | 11 typedef struct IconEntry IconEntry; typedef in typeref:struct:IconEntry
|
| H A D | icons.c | 44 static void splitIconRegionEntry(IconEntry *ie, RegGravity grav1, 48 static IconEntry *FindIconEntry(TwmWindow *tmp_win, IconRegion **irp); 49 static IconEntry *prevIconEntry(IconEntry *ie, IconRegion *ir); 50 static void mergeEntries(IconEntry *old, IconEntry *ie); 62 * IconRegion handling stuff, handling of IconEntry tracking, etc. 79 splitIconRegionEntry(IconEntry *ie, RegGravity grav1, RegGravity grav2, 89 IconEntry *new = calloc(1, sizeof(IconEntry)); [all...] |
Completed in 7 milliseconds