Searched refs:FLAG_E (Results 1 - 4 of 4) sorted by relevance
/third_party/toybox/toys/posix/ | ||
H A D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main() |
H A D | grep.c | 475 if (*toys.which->name == 'e') toys.optflags |= FLAG_E; in grep_main() |
/third_party/toybox/generated/ | ||
H A D | flags.h | 530 #undef FLAG_E macro 780 #undef FLAG_E macro 1105 #undef FLAG_E macro 1995 #undef FLAG_E macro 2036 #undef FLAG_E macro 2499 #undef FLAG_E macro 2916 #undef FLAG_E macro 3420 #undef FLAG_E macro 3921 #define FLAG_E (FORCED_FLAG<<30) macro 4139 #define FLAG_E ( macro 4410 #define FLAG_E global() macro 5154 #define FLAG_E global() macro 5189 #define FLAG_E global() macro 5578 #define FLAG_E global() macro 5931 #define FLAG_E global() macro 6353 #define FLAG_E global() macro [all...] |
/third_party/toybox/toys/pending/ | ||
H A D | tcpsvd.c | 363 if (!(toys.optflags & FLAG_E)) { in tcpsvd_main() |
Completed in 14 milliseconds