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

/freebsd-11-stable/usr.bin/grep/regex/
H A Dglue.h26 #define REG_LITERAL 0020 macro
H A Dfastmatch.c74 ret = (cflags & REG_LITERAL)
106 return (cflags & REG_LITERAL) ?
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h62 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
H A Dgrep.c721 * define either REG_NOSPEC or REG_LITERAL. Set the appropriate flag
724 * the same interpretation as REG_NOSPEC and REG_LITERAL should be
730 #elif defined(REG_LITERAL)
731 cflags |= REG_LITERAL;

Completed in 199 milliseconds