HomeSort by: relevance | last modified time | path
    Searched defs:REG_ICASE (Results 1 - 14 of 14) sorted by relevancy

  /src/include/
regex.h 99 #define REG_ICASE 0002
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 58 #define REG_ICASE 0002
  /src/external/bsd/nvi/dist/regex/
regex.h 68 #define REG_ICASE 0002
  /src/external/bsd/tre/dist/include/tre/
tre.h 99 #define REG_ICASE (REG_EXTENDED << 1)
100 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 262 #define REG_ICASE (REG_EXTENDED << 1)
267 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 269 #define REG_ICASE (REG_EXTENDED << 1)
274 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 266 #define REG_ICASE (REG_EXTENDED << 1)
271 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/binutils/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gcc/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gdb/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 265 #define REG_ICASE (REG_EXTENDED << 1)
270 #define REG_NEWLINE (REG_ICASE << 1)
  /src/external/gpl2/xcvs/dist/lib/
regex.h 324 #define REG_ICASE (1 << 1)
728 # define RE_ICASE REG_IGNORE_CASE /* avoid collision with REG_ICASE */

Completed in 52 milliseconds