Home
last modified time | relevance | path

Searched refs:FLAG_E (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/posix/
Dgrep.c295 len += strlen(al->arg)+1+!(toys.optflags & FLAG_E); in parse_regex()
300 if (!(toys.optflags & FLAG_E)) *(s++) = '\\'; in parse_regex()
303 *(s-=(1+!(toys.optflags & FLAG_E))) = 0; in parse_regex()
306 ((toys.optflags & FLAG_E) ? REG_EXTENDED : 0) | in parse_regex()
345 if (*toys.which->name == 'e') toys.optflags |= FLAG_E; in grep_main()
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/toybox/generated/
Dflags.h880 #undef FLAG_E
1675 #undef FLAG_E
2116 #undef FLAG_E
2465 #undef FLAG_E
2564 #undef FLAG_E
3012 #undef FLAG_E
3782 #define FLAG_E (1<<19) macro
4445 #define FLAG_E (1<<0) macro
4814 #define FLAG_E (1<<1) macro
5109 #define FLAG_E (FORCED_FLAG<<1) macro
[all …]
/external/toybox/toys/pending/
Dtcpsvd.c362 if (!(toys.optflags & FLAG_E)) { in tcpsvd_main()