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

  /src/include/
regex.h 129 #define REG_NOTBOL 00001
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 86 #define REG_NOTBOL 00001
  /src/external/bsd/nvi/dist/regex/
regex.h 96 #define REG_NOTBOL 00001
  /src/external/bsd/tre/dist/include/tre/
tre.h 110 #define REG_NOTBOL 1
111 #define REG_NOTEOL (REG_NOTBOL << 1)
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 281 #define REG_NOTBOL 1
283 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 288 #define REG_NOTBOL 1
290 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 285 #define REG_NOTBOL 1
287 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/binutils/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/gcc/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl3/gdb/dist/include/
xregex2.h 284 #define REG_NOTBOL 1
286 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/gpl2/xcvs/dist/lib/
regex.h 343 #define REG_NOTBOL 1
345 /* Like REG_NOTBOL, except for the end-of-line. */
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 1100 #define REG_NOTBOL 16
3778 eflags |= REG_NOTBOL;
3863 eflags = REG_NOTBOL;
4110 regexec_flags = REG_NOTBOL;
23090 if (eflags & REG_NOTBOL) {
23346 if ((preg->eflags & REG_NOTBOL)) {

Completed in 84 milliseconds