Home
last modified time | relevance | path

Searched refs:BITBLK (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/super/super-3.30.3/
H A Ds_regex.c204 #define BITBLK MAXCHR/CHRBIT macro
216 static CHAR bittab[BITBLK]; /* bit table for CCL */
310 for (n = 0; n < BITBLK; bittab[n++] = (char) 0)
618 ap += BITBLK;
624 ap += BITBLK;
859 ap += BITBLK;
867 ap += BITBLK;
/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dodbparse.y33 %token IDENT STRING BITBLK
44 %type <value> UINT INT FLOAT HEX STRING IDENT BITBLK
77 | attribute ':' BITBLK { $$ = odb_create_field_list($1, $3); $$->type = odb_bitblk; }
H A Dodbparse.output21 13 | attribute ':' BITBLK
45 BITBLK <value> (264) 13
257 13 | attribute . ':' BITBLK
283 13 | attribute ':' . BITBLK
290 BITBLK shift, and go to state 29
330 13 field: attribute ':' BITBLK .
H A Dodbscan.l60 BITBLK {H}{1,8}(" "{H}{1,8})+
83 {BITBLK} yylval->b = identifier_insert(yytext, stringtab); return BITBLK;
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL */
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DRESearch.h18 #define BITBLK MAXCHR/CHRBIT macro
57 char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
60 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
60 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
60 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
61 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
62 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
62 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DRESearch.h22 #define BITBLK MAXCHR/CHRBIT macro
62 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dregex.c237 # define BITBLK MAXCHR / CHRBIT macro
256 static REGEXCHAR bittab[BITBLK]; /* bit table for CCL */
345 for (n = 0; n < BITBLK; bittab[n++] = (REGEXCHAR)0) in re_comp()
620 ap += BITBLK; in pmatch()
837 ap += BITBLK; in nfadump()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dregex.c236 #define BITBLK MAXCHR/CHRBIT macro
255 static REGEXCHAR bittab[BITBLK]; /* bit table for CCL */
353 for (n = 0; n < BITBLK; bittab[n++] = (REGEXCHAR) 0) in re_comp()
661 ap += BITBLK; in pmatch()
910 ap += BITBLK; in nfadump()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DRESearch.h46 enum { BITBLK = MAXCHR / CHRBIT }; enumerator
58 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DRESearch.h20 #define BITBLK MAXCHR/CHRBIT macro
59 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DRESearch.h46 enum { BITBLK = MAXCHR / CHRBIT }; enumerator
58 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DRESearch.h20 #define BITBLK MAXCHR/CHRBIT macro
59 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DRESearch.h20 #define BITBLK MAXCHR/CHRBIT macro
59 unsigned char bittab[BITBLK]; /* bit table for CCL pre-set bits */

123