Home
last modified time | relevance | path

Searched defs:m_not (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/tcsh-6/
H A Dglob.c296 Char *bufnext, m_not; in glob() local
570 Char m_not = (pglob->gl_flags & GLOB_ALTNOT) ? M_ALTNOT : M_NOT; in glob3() local
699 match(const char *name, const Char *pat, const Char *patend, int m_not) in match()