Home
last modified time | relevance | path

Searched refs:FLAG_2 (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dcomm.c32 if (toys.optflags & FLAG_2) return; in writeline()
37 if (!(toys.optflags & FLAG_2)) putchar('\t'); in writeline()
/external/toybox/generated/
Dflags.h281 #undef FLAG_2
3273 #define FLAG_2 (1<<1) macro