Searched refs:M_END (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dglob.c129 #define M_END META(']') macro
392 *bufnext++ = M_END;
749 while ((*pat & M_MASK) != M_END) {
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c137 #define M_END META(']') macro
443 *bufnext++ = M_END;
722 while (((c = *pat++) & M_MASK) != M_END)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c132 #define M_END META(']') macro
528 *bufnext++ = M_END;
937 while (((c = *pat++) & M_MASK) != M_END) {
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c106 #define M_END META(L']') macro
538 *bufnext++ = M_END;
906 while (((c = *pat++) & M_MASK) != M_END)
H A Dglob.c138 #define M_END META(L']') macro
570 *bufnext++ = M_END;
938 while (((c = *pat++) & M_MASK) != M_END)

Completed in 77 milliseconds