Searched refs:TWMWinConfigEntry (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dsession.h19 struct TWMWinConfigEntry { struct
20 struct TWMWinConfigEntry *next;
43 typedef struct TWMWinConfigEntry TWMWinConfigEntry; typedef in typeref:struct:TWMWinConfigEntry
H A Dsession.c80 static TWMWinConfigEntry *winConfigHead = NULL;
91 TWMWinConfigEntry **pentry);
513 TWMWinConfigEntry **pentry)
518 TWMWinConfigEntry *entry;
522 *pentry = entry = calloc(1, sizeof(TWMWinConfigEntry));
672 TWMWinConfigEntry *entry;
717 TWMWinConfigEntry *ptr;
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h321 typedef struct TWMWinConfigEntry { struct
322 struct TWMWinConfigEntry *next;
337 } TWMWinConfigEntry; typedef in typeref:struct:TWMWinConfigEntry
H A Dsession.c68 static TWMWinConfigEntry *winConfigHead = NULL;
366 TWMWinConfigEntry **pentry)
368 TWMWinConfigEntry *entry;
372 *pentry = entry = (TWMWinConfigEntry *) malloc(sizeof(TWMWinConfigEntry));
488 TWMWinConfigEntry *entry;
523 TWMWinConfigEntry *ptr;

Completed in 6 milliseconds