GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros | Variables
lo-regexp.cc File Reference
#include <list>
#include <sstream>
#include <string>
#include <vector>
#include <pcre.h>
#include "Matrix.h"
#include "base-list.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "quit.h"
#include "lo-regexp.h"
#include "str-vec.h"
Include dependency graph for lo-regexp.cc:

Go to the source code of this file.

Classes

struct  rep_token_t
 

Macros

#define MAXLOOKBEHIND   10
 
#define PCRE_MATCHLIMIT_MAX   10
 

Variables

static bool lookbehind_warned = false
 

Macro Definition Documentation

#define MAXLOOKBEHIND   10

Definition at line 53 of file lo-regexp.cc.

Referenced by regexp::compile_internal().

#define PCRE_MATCHLIMIT_MAX   10

Definition at line 50 of file lo-regexp.cc.

Referenced by regexp::match().

Variable Documentation

bool lookbehind_warned = false
static

Definition at line 55 of file lo-regexp.cc.

Referenced by regexp::compile_internal().