#include "apr.h"
#include "apr_strings.h"
#include "libsed.h"
#include "sed.h"
#include "regexp.h"
Go to the source code of this file.
|
| static int | fcomp (sed_commands_t *commands, apr_file_t *fin) |
| |
| static char * | compsub (sed_commands_t *commands, sed_comp_args *compargs, char *rhsbuf) |
| |
| static int | rline (sed_commands_t *commands, apr_file_t *fin, char *lbuf, char *lbend) |
| |
| static char * | address (sed_commands_t *commands, char *expbuf, apr_status_t *status) |
| |
| static char * | text (sed_commands_t *commands, char *textbuf, char *endbuf) |
| |
| static sed_label_t * | search (sed_commands_t *commands) |
| |
| static char * | ycomp (sed_commands_t *commands, char *expbuf) |
| |
| static char * | comple (sed_commands_t *commands, sed_comp_args *compargs, char *x1, char *ep, char *x3, char x4) |
| |
| static sed_reptr_t * | alloc_reptr (sed_commands_t *commands) |
| |
| static int | check_finalized (const sed_commands_t *commands) |
| |
| void | command_errf (sed_commands_t *commands, const char *fmt,...) |
| |
| apr_status_t | sed_init_commands (sed_commands_t *commands, sed_err_fn_t *errfn, void *data, apr_pool_t *p) |
| |
| void | sed_destroy_commands (sed_commands_t *commands) |
| |
| apr_status_t | sed_compile_string (sed_commands_t *commands, const char *s) |
| |
| apr_status_t | sed_compile_file (sed_commands_t *commands, apr_file_t *fin) |
| |
| char * | sed_get_finalize_error (const sed_commands_t *commands, apr_pool_t *pool) |
| |
| int | sed_canbe_finalized (const sed_commands_t *commands) |
| |
| static void | dechain (sed_label_t *lpt, sed_reptr_t *address) |
| |
◆ CCEOF
◆ address()
◆ alloc_reptr()
◆ check_finalized()
◆ command_errf()
◆ comple()
◆ compsub()
◆ dechain()
◆ fcomp()
◆ rline()
◆ search()
◆ sed_canbe_finalized()
◆ sed_compile_file()
◆ sed_compile_string()
◆ sed_destroy_commands()
◆ sed_get_finalize_error()
◆ sed_init_commands()
◆ text()
◆ ycomp()