Searched refs:ROW (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | other-sgr.sh | 79 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 D | tokens.h | 58 #define ROW 31 macro
|
| H A D | xkbparse.y | 54 ROW 31 462 SectionBodyItem : ROW OBRACE RowBody CBRACE SEMI 575 | ROW
|
| H A D | xkbscan.c | 150 case ROW: 151 snprintf(buf, sizeof(buf), "ROW"); 548 "row", ROW},
|
| H A D | xkbparse.c | 149 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 D | program_parse.tab.h | 120 ROW = 321, /* ROW */ enumerator in enum:yytokentype
|
| H A D | lex.yy.c | 2062 { return ROW; }
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.h | 114 ROW = 321, enumerator in enum:yytokentype
|
| H A D | program_parse.tab.c | 297 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 D | program_lexer.l | 281 {dot}row { return ROW; }
|
| H A D | program_parse.y | 185 %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 D | program_lexer.l | 281 {dot}row { return ROW; }
|
| H A D | program_parse.y | 193 %token RANGE RESULT ROW 1479 stateMatrixRow: stateMatrixItem ROW '[' stateMatrixRowNum ']' 1502 | ROW '[' stateMatrixRowNum DOT_DOT stateMatrixRowNum ']'
|
Completed in 68 milliseconds