Searched refs:T_OPTION (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | parser.h | 44 T_OPTION = 261, enumerator in enum:yytokentype 58 #define T_OPTION 261 macro
|
| H A D | parser.y | 74 %token <token> '{' '}' ';' '/' T_VIRTUAL T_DISPLAY T_WALL T_OPTION T_PARAM 127 OptionEntry : T_OPTION NameList Terminal
|
| H A D | dmxprint.c | 162 case T_OPTION: 345 DMXConfigToken dummyStart = { T_OPTION, 0, NULL };
|
| H A D | parser.c | 123 T_OPTION = 261, enumerator in enum:yytokentype 137 #define T_OPTION 261 macro 506 "T_DISPLAY", "T_WALL", "T_OPTION", "T_PARAM", "T_STRING", "T_DIMENSION",
|
| H A D | scanner.c | 837 return gettoken(T_OPTION, yytext, yyleng); 1942 { "T_OPTION", "\"option\"" },
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | display.c | 166 traceOpts((T_OPTION(XCURSOR_CORE) ": %d\n", info->has_render_cursor)); 176 traceOpts((T_OPTION(XCURSOR_ANIM) ": %d\n", info->has_anim_cursor)); 190 traceOpts((T_OPTION(XCURSOR_SIZE) ": %d\n", info->size)); 203 traceOpts((T_OPTION(XCURSOR_SIZE) ": %d\n", info->size)); 222 traceOpts((T_OPTION(XCURSOR_SIZE) ": %d\n", info->size)); 241 traceOpts((T_OPTION(XCURSOR_RESIZED) ": %d\n", info->resized_cursors)); 254 traceOpts((T_OPTION(XCURSOR_THEME) ": %s\n", NonNull(info->theme))); 274 traceOpts((T_OPTION(XCURSOR_DITHER) ": %d\n", info->dither)); 290 traceOpts((T_OPTION(XCURSOR_THEME_CORE) ": %d\n", info->theme_core));
|
| H A D | xcursorint.h | 139 #define T_OPTION(opts) "option: : " #opts macro
|
| H A D | library.c | 51 traceOpts((T_OPTION(XCURSOR_PATH) ": %s\n", NonNull(path)));
|
| H A D | xlib.c | 327 traceOpts((T_OPTION(XCURSOR_DISCOVER) ": %d\n", log));
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 444 #define T_OPTION 1 macro 525 FAIL(T_OPTION) 532 FAIL(T_OPTION) 1147 case T_OPTION:
|
Completed in 12 milliseconds