Home
last modified time | relevance | path

Searched refs:analyse_first (Results 1 – 9 of 9) sorted by relevance

/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dregex.c1658 static int analyse_first _RE_ARGS ((re_char *p, re_char *pend,
2372 (simple || !analyse_first (laststart, b, NULL, 0)) ?
2419 boolean emptyp = analyse_first (laststart, b, NULL, 0);
3450 analyse_first (p, pend, fastmap, multibyte) in analyse_first() function
3672 int r = analyse_first (p, pend, fastmap, multibyte);
3753 analysis = analyse_first (bufp->buffer, bufp->buffer + bufp->used,
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.95887 (analyse_first): Use recursion rather than an explicit stack.
8068 (analyse_first) <exactn>: Setup fastmap correctly for
11215 * regex.c (analyse_first): New function obtained by ripping out most
11219 (regex_compile): Use `analyse_first' to decide whether the loop-check
11222 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
H A DChangeLog.111852 * regex.c (analyse_first): Remove unreachable 'continue' statement.
6774 (analyse_first): Fix "const const".
9874 * regex.c (analyse_first): Fix setting of fastmap for unibyte
23679 * regex.c (analyse_first): Fix for multibyte characters in "case
23746 (analyse_first): Make the fastmap usable both for multibyte and
25709 (analyse_first) <charset>: For filling fastmap for all multibyte
26338 (analyse_first) <exactn>: Simplify because the compiled pattern
26343 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
27524 (analyse_first): Adjust for the above change.
H A DChangeLog.101981 * regex.c (analyse_first): For eight-bit-control chars, mark both the
14063 (analyse_first): Skip sym(beg|end) (they match only the empty string).
/dports/editors/emacs/emacs-27.2/src/
H A DChangeLog.95887 (analyse_first): Use recursion rather than an explicit stack.
8068 (analyse_first) <exactn>: Setup fastmap correctly for
11215 * regex.c (analyse_first): New function obtained by ripping out most
11219 (regex_compile): Use `analyse_first' to decide whether the loop-check
11222 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
H A DChangeLog.111852 * regex.c (analyse_first): Remove unreachable 'continue' statement.
6774 (analyse_first): Fix "const const".
9874 * regex.c (analyse_first): Fix setting of fastmap for unibyte
23679 * regex.c (analyse_first): Fix for multibyte characters in "case
23746 (analyse_first): Make the fastmap usable both for multibyte and
25709 (analyse_first) <charset>: For filling fastmap for all multibyte
26338 (analyse_first) <exactn>: Simplify because the compiled pattern
26343 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
27524 (analyse_first): Adjust for the above change.
H A DChangeLog.101981 * regex.c (analyse_first): For eight-bit-control chars, mark both the
14063 (analyse_first): Skip sym(beg|end) (they match only the empty string).
/dports/devel/gnulib/gnulib-20140202-stable/
H A DChangeLog98923 (analyse_first): Use recursion rather than an explicit stack.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A DChangeLog138112 (analyse_first): Use recursion rather than an explicit stack.