Mercurial > hg > xemacs-beta
comparison src/regex.h @ 2639:cd00e5eeb22a
[xemacs-hg @ 2005-03-09 04:59:25 by stephent]
small regex doc patch <876501fmab.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 09 Mar 2005 04:59:31 +0000 |
parents | ba4677f54a05 |
children | efaa6cd845e5 |
comparison
equal
deleted
inserted
replaced
2638:94aad03d0e1e | 2639:cd00e5eeb22a |
---|---|
355 comparing them, or zero for no translation. The translation | 355 comparing them, or zero for no translation. The translation |
356 is applied to a pattern when it is compiled and to a string | 356 is applied to a pattern when it is compiled and to a string |
357 when it is matched. */ | 357 when it is matched. */ |
358 RE_TRANSLATE_TYPE translate; | 358 RE_TRANSLATE_TYPE translate; |
359 | 359 |
360 /* Number of returnable groups found by the compiler. (This does | 360 /* Number of subpatterns (returnable groups) found by the compiler. |
361 not count shy groups.) */ | 361 (This does not count shy groups.) */ |
362 int re_nsub; | 362 int re_nsub; |
363 | 363 |
364 /* Total number of groups found by the compiler. (Including | 364 /* Total number of groups found by the compiler. (Including |
365 shy ones.) */ | 365 shy ones.) */ |
366 int re_ngroups; | 366 int re_ngroups; |