Lines Matching refs:mtab1
101 static Entry *mtab1; /* 1st magic table, applied before default tests */
109 static Entry *mend1; /* one past last-allocated entry in mtab1 */
112 static Entry *ep1; /* current entry in mtab1 */
198 * tables: mtab1, if first = 1; mtab2 otherwise.
204 * one (mtab1) contains magic entries to be checked before
215 * entries should be in mtab1.
235 mtab = mtab1;
513 mtab1 = mtab;
534 * for the first magic table (mtab1) and 0 for the second magic
551 mtab = mtab1;
1064 * tables, mtab1 and mtab2, if any exist.
1075 for (mtab = mtab1, count = 1; count <= 2; count++, mtab = mtab2) {
1106 mtab = mtab1;