OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconDirectory
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
image_bitmap.c
115
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);
screen.h
749
char *
IconDirectory
; ///<
IconDirectory
config var
parse_be.c
298
{ "
icondirectory
", SKEYWORD, kws_IconDirectory },
1016
Scr->
IconDirectory
= ExpandFilePath(s);
/xsrc/external/mit/twm/dist/sample-twmrc/
lemke.twmrc
5
IconDirectory
"/u/lemke/lib/icons"
/xsrc/external/mit/twm/dist/src/
screen.h
197
char *
IconDirectory
; /* icon directory to search */
util.c
356
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);
parse.c
496
{ "
icondirectory
", SKEYWORD, kws_IconDirectory },
797
Scr->
IconDirectory
= ExpandFilename(s);
twm.c
521
Scr->
IconDirectory
= NULL;
Completed in 9 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026