Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h414 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE) macro
427 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
433 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
A Dregexec.c960 else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context)) in acquire_init_state_context()
962 else if (IS_NEWLINE_CONTEXT (context)) in acquire_init_state_context()

Completed in 12 milliseconds