#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"
#include "unwind-prot.h"
Go to the source code of this file.
◆ MAXLOOKBEHIND
◆ PCRE_MATCHLIMIT_MAX
#define PCRE_MATCHLIMIT_MAX 10 |
◆ octave_pcre_pattern_info()
static int octave_pcre_pattern_info |
( |
const octave_pcre_code * |
code, |
|
|
int |
what, |
|
|
void * |
where |
|
) |
| |
|
inlinestatic |
◆ lookbehind_warned
bool lookbehind_warned = false |
|
static |