Home
last modified time | relevance | path

Searched refs:EGexecute (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/grep/
Dsearch.c90 static size_t EGexecute PARAMS ((char const *, size_t, size_t *, int ));
325 EGexecute (char const *buf, size_t size, size_t *match_size, int exact) in EGexecute() function
1296 { "default", Gcompile, EGexecute },
1297 { "grep", Gcompile, EGexecute },
1298 { "egrep", Ecompile, EGexecute },
1299 { "awk", Ecompile, EGexecute },
DChangeLog174 (EGexecute) : Optimize a bit.
240 (EGexecute): If falling to GNU regex for the matching, loop in the
467 (EGexecute): Loop through of array of patterns[] for a match.
502 (EGexecute): call check_multibyte_string when kwset is set.
552 * src/search.c (EGexecute, Fexecute, Pexecute): Take a new argument
768 * src/search.c (EGexecute, Pexecute): Likewise.
783 * src/search.c (kwsmusts, Gcompile, Ecompile, EGexecute, Pcompile,
795 * src/search.c (EGexecute, Fexecute, Pexecute): Likewise.
846 * src/search.c (Gcompile, Ecompile, EGexecute, Fcompile, Fexecute,
1475 (EGexecute, Fexecute): Use eolbyte instead of '\n'.
[all …]