Searched refs:ROW (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dother-sgr.sh79 for ROW in $NUL "2" "3" "9" "2;3" "2;9" "3;9" "2;3;9"
81 case $ROW in
97 $CMD $OPT "${CSI}${ROW}m$rlabel${SUF}"
/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h58 #define ROW 31 macro
H A Dxkbparse.y54 ROW 31
462 SectionBodyItem : ROW OBRACE RowBody CBRACE SEMI
575 | ROW
H A Dxkbscan.c150 case ROW:
151 snprintf(buf, sizeof(buf), "ROW");
548 "row", ROW},
H A Dxkbparse.c149 ROW = 31, /* ROW */ enumerator in enum:yytokentype
219 #define ROW 31 macro
338 YYSYMBOL_ROW = 28, /* ROW */
873 "SHAPE", "KEYS", "ROW", "SECTION", "OVERLAY", "TEXT", "OUTLINE", "SOLID",
2303 case 86: /* SectionBodyItem: ROW OBRACE RowBody CBRACE SEMI */
2552 case 126: /* Element: ROW */
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h120 ROW = 321, /* ROW */ enumerator in enum:yytokentype
H A Dlex.yy.c2062 { return ROW; }
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h114 ROW = 321, enumerator in enum:yytokentype
H A Dprogram_parse.tab.c297 ROW = 321, enumerator in enum:yytokentype
759 "POSITION", "PRIMARY", "PROGRAM", "PROJECTION", "RANGE", "RESULT", "ROW",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l281 {dot}row { return ROW; }
H A Dprogram_parse.y185 %token RANGE RESULT ROW
1456 stateMatrixRow: stateMatrixItem ROW '[' stateMatrixRowNum ']'
1481 | ROW '[' stateMatrixRowNum DOT_DOT stateMatrixRowNum ']'
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l281 {dot}row { return ROW; }
H A Dprogram_parse.y193 %token RANGE RESULT ROW
1479 stateMatrixRow: stateMatrixItem ROW '[' stateMatrixRowNum ']'
1502 | ROW '[' stateMatrixRowNum DOT_DOT stateMatrixRowNum ']'

Completed in 68 milliseconds