Lines Matching refs:row
182 %token RANGE RESULT ROW
1597 stateMatrixRow: stateMatrixItem ROW '[' stateMatrixRowNum ']'
1622 | ROW '[' stateMatrixRowNum DOT_DOT stateMatrixRowNum ']'
1624 /* It seems logical that the matrix row range specifier would have
1625 * to specify a range or more than one row (i.e., $5 > $3).
1631 yyerror(& @3, state, "invalid matrix row range");
1675 yyerror(& @1, state, "invalid matrix row reference");
2506 * unroll it and call add_state_reference() for each row
2514 int row;
2518 for (row = first_row; row <= last_row; row++) {
2519 state_tokens[2] = state_tokens[3] = row;
2567 * we need to unroll it and call add_state_reference() for each row
2570 int row;
2574 for (row = first_row; row <= last_row; row++) {
2575 state_tokens[2] = state_tokens[3] = row;