Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dregex.h92 #define REG_NOSPEC 0x8000 macro
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregcomp.c184 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
235 else if (cflags&REG_NOSPEC) in regcomp()