OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_flags
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h
74
The
re_flags
argument contains the default REGEX_MATCH flags. See above. */
75
struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int
re_flags
, int *error);
regexJIT.c
1835
struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int
re_flags
, int *error)
1859
compiler_common.flags =
re_flags
& (REGEX_MATCH_BEGIN | REGEX_MATCH_END | REGEX_MATCH_NON_GREEDY | REGEX_NEWLINE | REGEX_MATCH_VERBOSE);
1861
compiler_common.flags =
re_flags
& (REGEX_MATCH_BEGIN | REGEX_MATCH_END | REGEX_MATCH_NON_GREEDY | REGEX_NEWLINE);
/src/sys/dev/ic/
rtl8169.c
1600
uint32_t cmdstat,
re_flags
, vlanctl;
local in function:re_start
1633
re_flags
= RE_TDESC_CMD_LGSEND |
1636
re_flags
= RE_TDESC_CMD_LGSEND_V4;
1646
re_flags
= 0;
1651
re_flags
|= RE_TDESC_CMD_IPCSUM;
1654
re_flags
|=
1658
re_flags
|=
1695
(
re_flags
& RE_TDESC_CMD_IPCSUM) != 0 &&
1760
cmdstat =
re_flags
| map->dm_segs[seg].ds_len;
1779
cmdstat =
re_flags
|
[
all
...]
Completed in 56 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025