Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h63 ICONS = 264, /* ICONS */ enumerator
99 #define ICONS 264 macro
H A Dwinprefslex.l71 ICONS { return ICONS; }
H A Dsystem.XWinrc69 # ICONS {
73 # In the case where multiple matches occur, the first listed in the ICONS
H A Dwinprefsyacc.y102 %token ICONS
196 icons: ICONS LB {OpenIcons();} newline_or_nada iconlist RB {CloseIcons();}
H A Dwinprefsyacc.c209 ICONS = 264, /* ICONS */ enumerator
245 #define ICONS 264 macro
H A Dwinprefslex.c1013 { return ICONS; }