OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_cflags
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tre/dist/lib/
tre-parse.c
1222
int
new_cflags
= ctx->cflags;
local
1234
new_cflags
|= REG_ICASE;
1236
new_cflags
&= ~REG_ICASE;
1244
new_cflags
|= REG_NEWLINE;
1246
new_cflags
&= ~REG_NEWLINE;
1255
new_cflags
|= REG_RIGHT_ASSOC;
1257
new_cflags
&= ~REG_RIGHT_ASSOC;
1267
new_cflags
|= REG_UNGREEDY;
1269
new_cflags
&= ~REG_UNGREEDY;
1319
ctx->cflags =
new_cflags
;
[
all
...]
tre-parse.c
1222
int
new_cflags
= ctx->cflags;
local
1234
new_cflags
|= REG_ICASE;
1236
new_cflags
&= ~REG_ICASE;
1244
new_cflags
|= REG_NEWLINE;
1246
new_cflags
&= ~REG_NEWLINE;
1255
new_cflags
|= REG_RIGHT_ASSOC;
1257
new_cflags
&= ~REG_RIGHT_ASSOC;
1267
new_cflags
|= REG_UNGREEDY;
1269
new_cflags
&= ~REG_UNGREEDY;
1319
ctx->cflags =
new_cflags
;
[
all
...]
tre-parse.c
1222
int
new_cflags
= ctx->cflags;
local
1234
new_cflags
|= REG_ICASE;
1236
new_cflags
&= ~REG_ICASE;
1244
new_cflags
|= REG_NEWLINE;
1246
new_cflags
&= ~REG_NEWLINE;
1255
new_cflags
|= REG_RIGHT_ASSOC;
1257
new_cflags
&= ~REG_RIGHT_ASSOC;
1267
new_cflags
|= REG_UNGREEDY;
1269
new_cflags
&= ~REG_UNGREEDY;
1319
ctx->cflags =
new_cflags
;
[
all
...]
Completed in 64 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026