Searched refs:REG_ANCHOR (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/head/ | ||
H A D | regex.h | 86 #define REG_ANCHOR 0x40 /* Implicit ^ and $ */ macro |
/titanic_44/usr/src/cmd/grep_xpg4/ | ||
H A D | grep.c | 248 regflags |= REG_ANCHOR; in main() |