Home | History | Annotate | Download | only in src

Lines Matching refs:TPAT

386 		for (t = t->left; t != NULL && t->type == TPAT; t = t->right) {