#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 "unistr-wrappers.h"
Go to the source code of this file.
Classes | |
struct | octave::rep_token_t |
Namespaces | |
octave | |
Macros | |
#define | MAXLOOKBEHIND 10 |
#define | PCRE_MATCHLIMIT_MAX 10 |
Variables | |
static bool | octave::lookbehind_warned = false |
#define MAXLOOKBEHIND 10 |
Definition at line 57 of file lo-regexp.cc.
#define PCRE_MATCHLIMIT_MAX 10 |
Definition at line 54 of file lo-regexp.cc.