Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h80 DEBUGOUTPUT = 281, /* "DEBUG" */ enumerator
116 #define DEBUGOUTPUT 281 macro
H A Dwinprefslex.l88 DEBUG { return DEBUGOUTPUT; }
H A Dwinprefsyacc.y119 %token DEBUGOUTPUT "DEBUG"
247 debug: DEBUGOUTPUT STRING NEWLINE { ErrorF("LoadPreferences: %s\n", $2); free($2); }
H A Dwinprefsyacc.c226 DEBUGOUTPUT = 281, /* "DEBUG" */ enumerator
262 #define DEBUGOUTPUT 281 macro
H A Dwinprefslex.c1098 { return DEBUGOUTPUT; }