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