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

/ast/src/lib/libast/include/
H A Dregex.h82 #define REG_NOTEOL 0x00000080 /* $ is not a special char */ macro
/ast/src/lib/libast/regex/
H A Dreglib.h80 #define REG_EXEC (REG_ADVANCE|REG_INVERT|REG_NOTBOL|REG_NOTEOL|REG_STARTEND)
H A Dregnexec.c1175 if ((!(rex->flags & REG_NEWLINE) || *s != '\n') && ((env->flags & REG_NOTEOL) || s < env->end))
/ast/src/cmd/re/
H A Dtestregex.c221 T(" e REG_NOTEOL rhs does not match $\n");
384 #ifndef REG_NOTEOL
462 #ifndef REG_NOTEOL
463 #define REG_NOTEOL NOTEST macro
1614 eflags |= REG_NOTEOL;

Completed in 59 milliseconds