Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h61 T_PARAM = 262, /* T_PARAM */ enumerator
79 #define T_PARAM 262 macro
H A Dparser.y75 %token <token> '{' '}' ';' '/' T_VIRTUAL T_DISPLAY T_WALL T_OPTION T_PARAM
132 ParamEntry : T_PARAM NameList Terminal
134 | T_PARAM Open ParamList Close
H A Dscanner.l68 param return gettoken(T_PARAM, yytext, yyleng);
H A Dparser.c140 T_PARAM = 262, /* T_PARAM */ enumerator
158 #define T_PARAM 262 macro
H A Ddmxprint.c192 case T_PARAM: in dmxConfigPrintTokenFlag()
H A Dscanner.c845 return gettoken(T_PARAM, yytext, yyleng);