Home
last modified time | relevance | path

Searched defs:re_flags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d622 uint re_flags = 0; //global flags e.g. multiline + internal ones variable
1007 static void addWithFlags(ref CodepointSet set, uint ch, uint re_flags) in addWithFlags()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d541 uint re_flags = 0; //global flags e.g. multiline + internal ones variable
/netbsd-src/sys/dev/ic/
H A Drtl8169.c1598 uint32_t cmdstat, re_flags, vlanctl; re_start() local
[all...]
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c1835 struct regex_machine* regex_compile(const regex_char_t *regex_string, int length, int re_flags, int… in regex_compile()