REG_NEWLINE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

REG_NEWLINE macro

Syntax

#define REG_NEWLINE 1

References

LocationText
jimregexp.h:72
#define REG_NEWLINE 1
jimsh0.c:1017
#define REG_NEWLINE 1
jim-regexp.c:176
regcomp_flags |= REG_NEWLINE;
jim-regexp.c:315
if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
jim-regexp.c:400
regcomp_flags |= REG_NEWLINE;
jim-regexp.c:535
if ((regcomp_flags & REG_NEWLINE) == 0 && pattern[0] == '^') {
jimregexp.c:1179
if (preg->cflags & REG_NEWLINE) {
jimregexp.c:1319
if (preg->cflags & REG_NEWLINE) {
jimsh0.c:3060
regcomp_flags |= REG_NEWLINE;
jimsh0.c:3193
if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
jimsh0.c:3278
regcomp_flags |= REG_NEWLINE;
jimsh0.c:3389
if ((regcomp_flags & REG_NEWLINE) == 0 && pattern[0] == '^') {
jimsh0.c:21247
if (preg->cflags & REG_NEWLINE) {
jimsh0.c:21357
if (preg->cflags & REG_NEWLINE) {