Searched refs:REG_BASIC (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/head/ | ||
H A D | regex.h | 76 #define REG_BASIC 0x00 macro |
/titanic_41/usr/src/cmd/man/ | ||
H A D | man.c | 740 if (regcomp(&preg, pkwd, REG_BASIC | REG_ICASE | REG_NOSUB) != 0) in search_whatis() |