Home
last modified time | relevance | path

Searched defs:re_pattern_buffer (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dregex-emacs.h64 struct re_pattern_buffer struct
69 unsigned char *buffer;
72 ptrdiff_t allocated;
75 ptrdiff_t used;
78 int charset_unibyte;
83 char *fastmap;
89 Lisp_Object translate;
92 ptrdiff_t re_nsub;
98 bool_bf can_be_null : 1;
104 unsigned regs_allocated : 2;
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dregex-emacs.h64 struct re_pattern_buffer struct
69 unsigned char *buffer;
72 ptrdiff_t allocated;
75 ptrdiff_t used;
78 int charset_unibyte;
83 char *fastmap;
89 Lisp_Object translate;
92 ptrdiff_t re_nsub;
98 bool_bf can_be_null : 1;
104 unsigned regs_allocated : 2;
[all …]
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dregex_e.h64 struct re_pattern_buffer struct
66 char *buffer; /* Space holding the compiled pattern commands. */
67 int allocated; /* Size of space that buffer points to */
68 int used; /* Length of portion of buffer actually occupied */
69 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
72 char *translate; /* Translate table to apply to all characters before comparing.
76 char fastmap_accurate;
79 char can_be_null; /* Set to one by compiling fastmap
/dports/japanese/ng/ng-1.4.4/
H A Dregex_e.h64 struct re_pattern_buffer struct
66 char *buffer; /* Space holding the compiled pattern commands. */
67 int allocated; /* Size of space that buffer points to */
68 int used; /* Length of portion of buffer actually occupied */
69 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
72 char *translate; /* Translate table to apply to all characters before comparing.
76 char fastmap_accurate;
79 char can_be_null; /* Set to one by compiling fastmap
/dports/japanese/ng-canna/ng-1.4.4/
H A Dregex_e.h64 struct re_pattern_buffer struct
66 char *buffer; /* Space holding the compiled pattern commands. */
67 int allocated; /* Size of space that buffer points to */
68 int used; /* Length of portion of buffer actually occupied */
69 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
72 char *translate; /* Translate table to apply to all characters before comparing.
76 char fastmap_accurate;
79 char can_be_null; /* Set to one by compiling fastmap
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dregex.h125 struct re_pattern_buffer struct
127 char *buffer; /* Space holding the compiled pattern commands. */
128 int allocated; /* Size of space that `buffer' points to. */
129 int used; /* Length of portion of buffer actually occupied */
130 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
133 char *must; /* Pointer to exact pattern which strings should have
135 int *must_skip; /* Pointer to exact pattern skip table for bm_search */
136 char *stclass; /* Pointer to character class list at top */
160 typedef struct re_pattern_buffer regex_t; argument
/dports/net/lambdamoo/MOO-1.8.1/
H A Dregexpr.h24 typedef struct re_pattern_buffer { struct
25 char *buffer; /* compiled pattern */
26 int allocated; /* allocated size of compiled pattern */
27 int used; /* actual length of compiled pattern */
28 char *fastmap; /* fastmap[ch] is true if ch can start pattern */
29 char *translate; /* translation to apply during compilation/matching */
30 char fastmap_accurate; /* true if fastmap is valid */
31 char can_be_null; /* true if can match empty string */
32 char uses_registers; /* registers are used and need to be initialized */
33 char anchor; /* anchor: 0=none 1=begline 2=begbuf */
/dports/games/fortunate/fortunate-3.1/fortune/
H A Dregexpr.h35 typedef struct re_pattern_buffer struct
37 char *buffer; /* compiled pattern */
38 int allocated; /* allocated size of compiled pattern */
39 int used; /* actual length of compiled pattern */
40 char *fastmap; /* fastmap[ch] is true if ch can start pattern */
41 char *translate; /* translation to apply during compilation/matching */
42 char fastmap_accurate; /* true if fastmap is valid */
43 char can_be_null; /* true if can match empty string */
44 char uses_registers; /* registers are used and need to be initialized */
45 char anchor; /* anchor: 0=none 1=begline 2=begbuf */
/dports/lang/awka/awka-0.7.5/regexp/
H A Dregex.h335 char *origstr;
351 char *fastmap;
359 int fs;
361 int cant_be_null;
363 int gsub;
365 int strlen;
367 int max_sub;
369 int reganch;
371 int isexact;
374 size_t re_nsub;
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/contrib/
H A Dregexpr.h30 typedef struct re_pattern_buffer struct
32 char *buffer; /* compiled pattern */
33 int allocated; /* allocated size of compiled pattern */
34 int used; /* actual length of compiled pattern */
35 char *fastmap; /* fastmap[ch] is true if ch can start pattern */
36 char *translate; /* translation to apply during compilation/matching */
37 char fastmap_accurate; /* true if fastmap is valid */
38 char can_be_null; /* true if can match empty string */
39 char uses_registers; /* registers are used and need to be initialized */
40 char anchor; /* anchor: 0=none 1=begline 2=begbuf */
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/tinyPy/src/modules/re/
H A Dregexpr.h39 typedef struct re_pattern_buffer struct
41 unsigned char *buffer; /* compiled pattern */
42 int allocated; /* allocated size of compiled
44 int used; /* actual length of compiled
46 unsigned char *fastmap; /* fastmap[ch] is true if
48 unsigned char *translate; /* translation to apply
50 unsigned char fastmap_accurate; /* true if fastmap is
52 unsigned char can_be_null; /* true if can match
54 unsigned char uses_registers; /* registers are used and
56 int num_registers; /* number of registers used */
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/tinyPy/src/modules/re/
H A Dregexpr.h39 typedef struct re_pattern_buffer struct
41 unsigned char *buffer; /* compiled pattern */
42 int allocated; /* allocated size of compiled
44 int used; /* actual length of compiled
46 unsigned char *fastmap; /* fastmap[ch] is true if
48 unsigned char *translate; /* translation to apply
50 unsigned char fastmap_accurate; /* true if fastmap is
52 unsigned char can_be_null; /* true if can match
54 unsigned char uses_registers; /* registers are used and
56 int num_registers; /* number of registers used */
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/tinyPy/src/modules/re/
H A Dregexpr.h39 typedef struct re_pattern_buffer struct
41 unsigned char *buffer; /* compiled pattern */
42 int allocated; /* allocated size of compiled
44 int used; /* actual length of compiled
46 unsigned char *fastmap; /* fastmap[ch] is true if
48 unsigned char *translate; /* translation to apply
50 unsigned char fastmap_accurate; /* true if fastmap is
52 unsigned char can_be_null; /* true if can match
54 unsigned char uses_registers; /* registers are used and
56 int num_registers; /* number of registers used */
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/tinyPy/src/modules/re/
H A Dregexpr.h39 typedef struct re_pattern_buffer struct
41 unsigned char *buffer; /* compiled pattern */
42 int allocated; /* allocated size of compiled
44 int used; /* actual length of compiled
46 unsigned char *fastmap; /* fastmap[ch] is true if
48 unsigned char *translate; /* translation to apply
50 unsigned char fastmap_accurate; /* true if fastmap is
52 unsigned char can_be_null; /* true if can match
54 unsigned char uses_registers; /* registers are used and
56 int num_registers; /* number of registers used */
[all …]
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dregex.h194 struct re_pattern_buffer struct
196 char *buffer; /* Space holding the compiled pattern commands. */
197 long allocated; /* Size of space that `buffer' points to. */
198 long used; /* Length of portion of buffer actually occupied */
199 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
202 char *must; /* Pointer to exact pattern which strings should have
205 char *stclass; /* Pointer to character class list at top */
206 long options; /* Flags for options such as extended_pattern. */
207 long re_nsub; /* Number of subexpressions found by the compiler. */
208 char fastmap_accurate;
[all …]
/dports/www/squid/squid-4.15/compat/
H A DGnuRegex.h286 struct re_pattern_buffer { struct
291 unsigned char *buffer;
294 unsigned long allocated;
297 unsigned long used;
300 reg_syntax_t syntax;
305 char *fastmap;
311 char *translate;
314 size_t re_nsub;
321 unsigned can_be_null:1;
353 typedef struct re_pattern_buffer regex_t; argument
/dports/net/gutenfetch/gutenfetch-1.5/src/
H A Dgnuregex.h278 struct re_pattern_buffer struct
284 unsigned char *buffer;
287 unsigned long allocated;
290 unsigned long used;
293 reg_syntax_t syntax;
298 char *fastmap;
304 char *translate;
307 size_t re_nsub;
314 unsigned can_be_null : 1;
346 typedef struct re_pattern_buffer regex_t; argument
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dregex.h278 struct re_pattern_buffer struct
284 unsigned char *buffer;
287 unsigned long allocated;
290 unsigned long used;
293 reg_syntax_t syntax;
298 char *fastmap;
304 char *translate;
307 size_t re_nsub;
314 unsigned can_be_null : 1;
346 typedef struct re_pattern_buffer regex_t; argument
/dports/net/ngrep/ngrep-1.45/regex-0.12/
H A Dregex.h278 struct re_pattern_buffer struct
284 unsigned char *buffer;
287 unsigned long allocated;
290 unsigned long used;
293 reg_syntax_t syntax;
298 char *fastmap;
304 char *translate;
307 size_t re_nsub;
314 unsigned can_be_null : 1;
346 typedef struct re_pattern_buffer regex_t; argument
/dports/lang/mosml/mosml-ver-2.10.1/src/dynlibs/mregex/regex-0.12/
H A Dregex.h278 struct re_pattern_buffer struct
284 unsigned char *buffer;
287 unsigned long allocated;
290 unsigned long used;
293 reg_syntax_t syntax;
298 char *fastmap;
304 char *translate;
307 size_t re_nsub;
314 unsigned can_be_null : 1;
346 typedef struct re_pattern_buffer regex_t; argument
/dports/chinese/enscript/enscript-1.6.6/compat/
H A Dregex.h315 struct re_pattern_buffer struct
321 unsigned char *buffer;
324 unsigned long int allocated;
327 unsigned long int used;
330 reg_syntax_t syntax;
335 char *fastmap;
341 RE_TRANSLATE_TYPE translate;
344 size_t re_nsub;
351 unsigned can_be_null : 1;
383 typedef struct re_pattern_buffer regex_t; argument
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/compat/
H A DGNUregex.h277 struct re_pattern_buffer { struct
282 unsigned char *buffer;
285 unsigned long allocated;
288 unsigned long used;
291 reg_syntax_t syntax;
296 char *fastmap;
302 char *translate;
305 size_t re_nsub;
312 unsigned can_be_null:1;
344 typedef struct re_pattern_buffer regex_t; argument
/dports/audio/epos-devel/epos-2.5.37/libs/regex/
H A Drx.h317 struct re_pattern_buffer struct
323 unsigned char *buffer;
326 unsigned long int allocated;
329 unsigned long int used;
332 reg_syntax_t syntax;
337 char *fastmap;
343 RE_TRANSLATE_TYPE translate;
346 size_t re_nsub;
353 unsigned can_be_null : 1;
385 typedef struct re_pattern_buffer regex_t; argument
/dports/print/enscript-letterdj/enscript-1.6.6/compat/
H A Dregex.h315 struct re_pattern_buffer struct
321 unsigned char *buffer;
324 unsigned long int allocated;
327 unsigned long int used;
330 reg_syntax_t syntax;
335 char *fastmap;
341 RE_TRANSLATE_TYPE translate;
344 size_t re_nsub;
351 unsigned can_be_null : 1;
383 typedef struct re_pattern_buffer regex_t; argument
/dports/print/enscript-letter/enscript-1.6.6/compat/
H A Dregex.h315 struct re_pattern_buffer struct
321 unsigned char *buffer;
324 unsigned long int allocated;
327 unsigned long int used;
330 reg_syntax_t syntax;
335 char *fastmap;
341 RE_TRANSLATE_TYPE translate;
344 size_t re_nsub;
351 unsigned can_be_null : 1;
383 typedef struct re_pattern_buffer regex_t; argument

12345678910>>...15