OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_ICASE
(Results
1 - 15
of
15
) sorted by relevancy
/src/include/
regex.h
99
#define
REG_ICASE
0002
/src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h
58
#define
REG_ICASE
0002
/src/external/bsd/nvi/dist/regex/
regex.h
68
#define
REG_ICASE
0002
/src/external/bsd/tre/dist/include/tre/
tre.h
99
#define
REG_ICASE
(REG_EXTENDED << 1)
100
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl2/diffutils/dist/lib/posix/
regex.h
262
#define
REG_ICASE
(REG_EXTENDED << 1)
267
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h
269
#define
REG_ICASE
(REG_EXTENDED << 1)
274
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl2/grep/dist/lib/posix/
regex.h
266
#define
REG_ICASE
(REG_EXTENDED << 1)
271
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/binutils/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/binutils.old/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/gcc/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/gcc.old/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/gdb.old/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl3/gdb/dist/include/
xregex2.h
265
#define
REG_ICASE
(REG_EXTENDED << 1)
270
#define REG_NEWLINE (
REG_ICASE
<< 1)
/src/external/gpl2/xcvs/dist/lib/
regex.h
324
#define
REG_ICASE
(1 << 1)
728
# define RE_ICASE REG_IGNORE_CASE /* avoid collision with
REG_ICASE
*/
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
1098
#define
REG_ICASE
2
3717
regcomp_flags |=
REG_ICASE
;
3937
regcomp_flags |=
REG_ICASE
;
22649
int nocase = (preg->cflags &
REG_ICASE
);
22773
if ((preg->cflags &
REG_ICASE
) == 0) {
22877
if ((preg->cflags &
REG_ICASE
) == 0) {
22913
n = reg_utf8_tounicode_case(preg->regparse, &ch, (preg->cflags &
REG_ICASE
));
23075
while ((s = str_find(s, preg->program[preg->regmust], preg->cflags &
REG_ICASE
)) != NULL) {
23076
if (prefix_cmp(preg->program + preg->regmust, preg->regmlen, s, preg->cflags &
REG_ICASE
) >= 0) {
23117
while ((s = str_find(s, preg->regstart, preg->cflags &
REG_ICASE
)) != NULL)
[
all
...]
Completed in 37 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026