Lines Matching full:visited
1364 if (curBlock->visited == true) return false;1366 curBlock->visited = true;1441 /* Block has been visited - no more parsing needed */1442 if (nextBlock->visited == true) {