Searched refs:IconDirectory (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dimage_bitmap.c115 if(pm == None && Scr->IconDirectory && bigname[0] != '/') {
117 * Didn't find it. Attempt to find icon in old IconDirectory
121 asprintf(&bigname, "%s/%s", Scr->IconDirectory, name);
H A Dscreen.h749 char *IconDirectory; ///< IconDirectory config var member in struct:ScreenInfo
H A Dparse_be.c1016 Scr->IconDirectory = ExpandFilePath(s);
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h197 char *IconDirectory; /* icon directory to search */ member in struct:ScreenInfo
H A Dutil.c356 if (pm == None && Scr->IconDirectory && bigname[0] != '/') {
359 * Attempt to find icon in old IconDirectory (now obsolete)
362 malloc(strlen(name) + strlen(Scr->IconDirectory) + 2);
365 Scr->IconDirectory, name);
368 (void) sprintf(bigname, "%s/%s", Scr->IconDirectory, name);
H A Dparse.c797 Scr->IconDirectory = ExpandFilename(s);
H A Dtwm.c521 Scr->IconDirectory = NULL;
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc419 `Cursors`, and `IconDirectory` below) will
874 IconDirectory `string`::

Completed in 14 milliseconds