Searched refs:TPAT (Results 1 – 3 of 3) sorted by relevance
47 #define TPAT 16 /* pattern in case */ macro
510 t = newtp(TPAT); in casepart()
350 for (t = t->left; t != NULL && t->type == TPAT; t = t->right) { in execute()