Home
last modified time | relevance | path

Searched refs:NOFRAME (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h71 NOFRAME = 272, /* NOFRAME */ enumerator
107 #define NOFRAME 272 macro
H A Dwinprefslex.l79 NOFRAME { return NOFRAME; }
H A Dwinprefsyacc.y110 %token NOFRAME
207 | NOFRAME { $$=STYLE_NOFRAME; }
H A Dwinprefsyacc.c217 NOFRAME = 272, /* NOFRAME */ enumerator
253 #define NOFRAME 272 macro
H A Dwinprefslex.c1053 { return NOFRAME; }