Home | History | Annotate | Download | only in common

Lines Matching refs:row

933     RBBIStateTableRow  *row;
964 row = (RBBIStateTableRow *)
1039 state = row->fNextState[category];
1040 row = (RBBIStateTableRow *)
1045 if (row->fAccepting == -1) {
1050 fLastRuleStatusIndex = row->fTagIdx; // Remember the break status (tag) values.
1053 if (row->fLookAhead != 0) {
1055 && row->fAccepting == lookaheadStatus) {
1072 lookaheadStatus = row->fLookAhead;
1073 lookaheadTagIdx = row->fTagIdx;
1078 if (row->fAccepting != 0) {
1144 RBBIStateTableRow *row;
1177 row = (RBBIStateTableRow *)
1254 state = row->fNextState[category];
1255 row = (RBBIStateTableRow *)
1258 if (row->fAccepting == -1) {
1263 if (row->fLookAhead != 0) {
1265 && row->fAccepting == lookaheadStatus) {
1281 lookaheadStatus = row->fLookAhead;
1286 if (row->fAccepting != 0) {