Home
last modified time | relevance | path

Searched refs:m_rxcomp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dsoftmagic.c242 file_regex_t **m_rxcomp = &magic_rxcomp[magindex]; in match() local
281 switch (magiccheck(ms, m, m_rxcomp)) { in match()
343 m_rxcomp = &magic_rxcomp[magindex]; in match()
397 switch (flush ? 1 : magiccheck(ms, m, m_rxcomp)) { in match()