Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dregex.h76 #define REG_BASIC 0x00 macro
/titanic_41/usr/src/cmd/man/
H A Dman.c740 if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0) in search_whatis()