Home | History | Annotate | Download | only in common

Lines Matching defs:row

994     RBBIStateTableRow  *row;
1025 row = (RBBIStateTableRow *)
1105 state = row->fNextState[category]; /*Not accessing beyond memory*/
1106 row = (RBBIStateTableRow *)
1111 if (row->fAccepting == -1) {
1116 fLastRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values.
1119 if (row->fLookAhead != 0) {
1121 && row->fAccepting == lookaheadStatus) {
1138 lookaheadStatus = row->fLookAhead;
1139 lookaheadTagIdx = row->fTagIdx;
1144 if (row->fAccepting != 0) {
1210 RBBIStateTableRow *row;
1243 row = (RBBIStateTableRow *)
1325 state = row->fNextState[category]; /*Not accessing beyond memory*/
1326 row = (RBBIStateTableRow *)
1329 if (row->fAccepting == -1) {
1334 if (row->fLookAhead != 0) {
1336 && row->fAccepting == lookaheadStatus) {
1352 lookaheadStatus = row->fLookAhead;
1357 if (row->fAccepting != 0) {