pcre.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
pcre_extra struct


Singleton classes
PCRE_ERROR_BADCOUNT
PCRE_ERROR_BADMAGIC
PCRE_ERROR_BADNEWLINE
PCRE_ERROR_BADOFFSET
PCRE_ERROR_BADOPTION
PCRE_ERROR_BADPARTIAL
PCRE_ERROR_BADUTF8
PCRE_ERROR_BADUTF8_OFFSET
PCRE_ERROR_CALLOUT
PCRE_ERROR_DFA_RECURSE
PCRE_ERROR_DFA_UCOND
PCRE_ERROR_DFA_UITEM
PCRE_ERROR_DFA_UMLIMIT
PCRE_ERROR_DFA_WSSIZE
PCRE_ERROR_INTERNAL
PCRE_ERROR_MATCHLIMIT
PCRE_ERROR_NOMATCH
PCRE_ERROR_NOMEMORY
PCRE_ERROR_NOSUBSTRING
PCRE_ERROR_NULL
PCRE_ERROR_NULLWSLIMIT
PCRE_ERROR_PARTIAL
PCRE_ERROR_RECURSIONLIMIT
PCRE_ERROR_SHORTUTF8
PCRE_ERROR_UNKNOWN_NODE
PCRE_ERROR_UNKNOWN_OPCODE


Symbol words
PCRE_ERRORS


Ordinary words
WordStack effect
<PCRE_ERRORS>( number -- enum )
PCRE_ANCHORED( -- value )
PCRE_AUTO_CALLOUT( -- value )
PCRE_BSR_ANYCRLF( -- value )
PCRE_BSR_UNICODE( -- value )
PCRE_CASELESS( -- value )
PCRE_CONFIG_BSR( -- value )
PCRE_CONFIG_JIT( -- value )
PCRE_CONFIG_JITTARGET( -- value )
PCRE_CONFIG_LINK_SIZE( -- value )
PCRE_CONFIG_MATCH_LIMIT( -- value )
PCRE_CONFIG_MATCH_LIMIT_RECURSION( -- value )
PCRE_CONFIG_NEWLINE( -- value )
PCRE_CONFIG_POSIX_MALLOC_THRESHOLD( -- value )
PCRE_CONFIG_STACKRECURSE( -- value )
PCRE_CONFIG_UNICODE_PROPERTIES( -- value )
PCRE_CONFIG_UTF16( -- value )
PCRE_CONFIG_UTF32( -- value )
PCRE_CONFIG_UTF8( -- value )
PCRE_DFA_RESTART( -- value )
PCRE_DFA_SHORTEST( -- value )
PCRE_DOLLAR_ENDONLY( -- value )
PCRE_DOTALL( -- value )
PCRE_DUPNAMES( -- value )
PCRE_EXTENDED( -- value )
PCRE_EXTRA( -- value )
PCRE_FIRSTLINE( -- value )
PCRE_INFO_BACKREFMAX( -- value )
PCRE_INFO_CAPTURECOUNT( -- value )
PCRE_INFO_DEFAULT_TABLES( -- value )
PCRE_INFO_FIRSTBYTE( -- value )
PCRE_INFO_FIRSTCHAR( -- value )
PCRE_INFO_FIRSTTABLE( -- value )
PCRE_INFO_HASCRORLF( -- value )
PCRE_INFO_JCHANGED( -- value )
PCRE_INFO_LASTLITERAL( -- value )
PCRE_INFO_MINLENGTH( -- value )
PCRE_INFO_NAMECOUNT( -- value )
PCRE_INFO_NAMEENTRYSIZE( -- value )
PCRE_INFO_NAMETABLE( -- value )
PCRE_INFO_OKPARTIAL( -- value )
PCRE_INFO_OPTIONS( -- value )
PCRE_INFO_SIZE( -- value )
PCRE_INFO_STUDYSIZE( -- value )
PCRE_JAVASCRIPT_COMPAT( -- value )
PCRE_MULTILINE( -- value )
PCRE_NEWLINE_ANY( -- value )
PCRE_NEWLINE_ANYCRLF( -- value )
PCRE_NEWLINE_CR( -- value )
PCRE_NEWLINE_CRLF( -- value )
PCRE_NEWLINE_LF( -- value )
PCRE_NOTBOL( -- value )
PCRE_NOTEMPTY( -- value )
PCRE_NOTEMPTY_ATSTART( -- value )
PCRE_NOTEOL( -- value )
PCRE_NO_AUTO_CAPTURE( -- value )
PCRE_NO_START_OPTIMISE( -- value )
PCRE_NO_START_OPTIMIZE( -- value )
PCRE_NO_UTF8_CHECK( -- value )
PCRE_PARTIAL( -- value )
PCRE_PARTIAL_HARD( -- value )
PCRE_PARTIAL_SOFT( -- value )
PCRE_UCP( -- value )
PCRE_UNGREEDY( -- value )
PCRE_UTF8( -- value )
pcre_compile( pattern options errptr erroffset tableptr -- void* )
pcre_compile2( pattern options errcodeptr errptr erroffset tableptr -- void* )
pcre_config( what where -- int )
pcre_exec( pcre extra subject length startoffset options ovector ovecsize -- int )
pcre_free( pcre -- )
pcre_fullinfo( pcre extra what where -- int )
pcre_get_stringnumber( pcre name -- int )
pcre_get_substring( subject ovector stringcount stringnumber stringptr -- int )
pcre_get_substring_list( subject ovector stringcount stringptr -- int )
pcre_info( pcre optptr first_byte -- int )
pcre_maketables( -- uchar* )
pcre_study( pcre options errptr -- pcre_extra* )
pcre_version( -- c-string )


Class predicate words
WordStack effect
PCRE_ERROR_BADCOUNT?( object -- ? )
PCRE_ERROR_BADMAGIC?( object -- ? )
PCRE_ERROR_BADNEWLINE?( object -- ? )
PCRE_ERROR_BADOFFSET?( object -- ? )
PCRE_ERROR_BADOPTION?( object -- ? )
PCRE_ERROR_BADPARTIAL?( object -- ? )
PCRE_ERROR_BADUTF8?( object -- ? )
PCRE_ERROR_BADUTF8_OFFSET?( object -- ? )
PCRE_ERROR_CALLOUT?( object -- ? )
PCRE_ERROR_DFA_RECURSE?( object -- ? )
PCRE_ERROR_DFA_UCOND?( object -- ? )
PCRE_ERROR_DFA_UITEM?( object -- ? )
PCRE_ERROR_DFA_UMLIMIT?( object -- ? )
PCRE_ERROR_DFA_WSSIZE?( object -- ? )
PCRE_ERROR_INTERNAL?( object -- ? )
PCRE_ERROR_MATCHLIMIT?( object -- ? )
PCRE_ERROR_NOMATCH?( object -- ? )
PCRE_ERROR_NOMEMORY?( object -- ? )
PCRE_ERROR_NOSUBSTRING?( object -- ? )
PCRE_ERROR_NULL?( object -- ? )
PCRE_ERROR_NULLWSLIMIT?( object -- ? )
PCRE_ERROR_PARTIAL?( object -- ? )
PCRE_ERROR_RECURSIONLIMIT?( object -- ? )
PCRE_ERROR_SHORTUTF8?( object -- ? )
PCRE_ERROR_UNKNOWN_NODE?( object -- ? )
PCRE_ERROR_UNKNOWN_OPCODE?( object -- ? )
pcre_extra?( object -- ? )


Files