Search notes:

VIM struct: regprog_T

An instance of regprog_T is returned by vim_regcomp(). It needs to be passed to vim_regexec().
This is a «base» struct, the two specific (derived, sort of) structs are regmatch_T (used for single-line matching) and regmmatch_T (used for multi-line matching).
typedef struct regprog
{
    regengine_T        *engine;
    unsigned            regflags;
    unsigned            re_engine;   // automatic, backtracking or nfa engine
    unsigned            re_flags;    // second argument for vim_regcomp()
    int                 re_in_use;   // prog is being executed
} regprog_T;

See also

A regprog_T* is used for a compiled regexp program in the AutoPat struct.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759414566, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/sources/src/regexp_h/regprog_T(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78