Searched refs:REGEX (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A Dsys.h70 #define REGEX /* Use POSIX.2 regular expression functions */ macro
83 # undef REGEX macro
H A Dsearch.c46 #if defined(REGEX)
109 #if defined (REGEX)
123 #if defined(REGEX)
/freebsd-10.1-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh236 REGEX="^${PACKAGE}|"
240 REGEX="^.*|${PACKAGE}|"
243 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
280 REGEX="^${PACKAGE}|"
282 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
301 REGEX="^.*|${PACKAGE}|"
303 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh1566 -export-symbols-regex REGEX
1567 try to export only the symbols matching REGEX
1576 -precious-files-regex REGEX
1577 don't remove output files matching REGEX

Completed in 191 milliseconds