Home
last modified time | relevance | path

Searched refs:DEFAULTICON (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h62 DEFAULTICON = 263, /* DEFAULTICON */ enumerator
98 #define DEFAULTICON 263 macro
H A Dwinprefslex.l70 DEFAULTICON { return DEFAULTICON; }
H A Dwinprefsyacc.y101 %token DEFAULTICON
169 defaulticon: DEFAULTICON STRING NEWLINE { SetDefaultIcon($2); free($2); }
H A Dsystem.XWinrc66 # DEFAULTICON <name-of-windows-ico-file-in-icondirectory>
H A Dwinprefsyacc.c208 DEFAULTICON = 263, /* DEFAULTICON */ enumerator
244 #define DEFAULTICON 263 macro
H A Dwinprefslex.c1008 { return DEFAULTICON; }