#include <ansi.h>Include dependency graph for regexp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | regexp |
Defines | |
| #define | CHARBITS 0377 |
| #define | NSUBEXP 10 |
| #define | regcomp _v8_regcomp |
| #define | regexec _v8_regexec |
| #define | regsub _v8_regsub |
| #define | regerror _v8_regerror |
Functions | |
| regexp * | regcomp (const char *_exp) |
| int | regexec (regexp *_prog, const char *_string, int _bolflag) |
| void | regsub (regexp *_prog, char *_source, char *_dest) |
| void | regerror (const char *_message) |
|
|
|
|
|
|
|
|
Definition at line 24 of file regexp.h. Referenced by cmd_global(), cmd_substitute(), date_exp(), m_bsrch(), m_fsrch(), mkpat(), re_comp(), rep_add(), and Sub(). |
|
|
|
|
|
Definition at line 25 of file regexp.h. Referenced by cmd_global(), Expand(), grep(), m_bsrch(), m_fsrch(), match(), matlin(), Pass2(), re_exec(), regsub(), and rep_name(). |
|
|
Definition at line 26 of file regexp.h. Referenced by Sub(). |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 42 of file v8regsub.c. References c, int(), MAGIC, NULL, regerror, strncpy(), and UCHARAT. |
1.4.6