Searched refs:REG_NEWLINE (Results 1 – 2 of 2) sorted by relevance
281 #define REG_NEWLINE (REG_ICASE << 1) macro285 #define REG_NOSUB (REG_NEWLINE << 1)
168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE); in compile()