Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dregex.h281 #define REG_NEWLINE (REG_ICASE << 1) macro
285 #define REG_NOSUB (REG_NEWLINE << 1)
H A Dregexp.h168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE); in compile()