Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c119 #define M_ALL META('*') macro
472 if (bufnext == patbuf || bufnext[-1] != M_ALL)
473 *bufnext++ = M_ALL;
777 case M_ALL:
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c136 #define M_ALL '*' /* Plus M_QUOTE */ macro
652 bufnext[-1].w_wc != M_ALL) { in glob0()
654 (bufnext++)->w_wc = M_ALL; in glob0()
1090 case M_ALL: in match()
1098 pat->w_wc == M_ALL) in match()