Searched defs:mtab1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c101 static Entry *mtab1; /* 1st magic table, applied before default tests */ variable
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;
[all...]

Completed in 45 milliseconds