Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dregex.h86 #define REG_ANCHOR 0x40 /* Implicit ^ and $ */ macro
/titanic_44/usr/src/cmd/grep_xpg4/
H A Dgrep.c248 regflags |= REG_ANCHOR; in main()