Searched refs:iconslist (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h76 name_list *iconslist; ///< The current list of potential icons member in struct:TwmWindow
H A Dicons.c722 AddToList(&tmp_win->iconslist, pattern, icon);
777 * Delete TwmWindow.iconslist.
795 for(nptr = tmp_win->iconslist; nptr != NULL;) {
805 tmp_win->iconslist = NULL;
1173 icon = LookInNameList(win->iconslist, pattern);
1176 icon = LookInNameList(win->iconslist, pattern);
1180 icon = LookInNameList(win->iconslist, pattern);
1217 * and keep track of it on win->iconslist for eventual
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc235 title when it starts up), it stores old icons on `TwmWin->iconslist` for
238 memory leak or use-after-free. The `iconslist` is freed when a window
241 source on the `iconslist` and check their source when freeing the list.]

Completed in 4 milliseconds