Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dregex.h90 #define REG_DUMP 0x2000 macro
/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c179 #define GOODFLAGS(f) ((f)&~REG_DUMP) in regcomp()