Home
last modified time | relevance | path

Searched refs:no_default_output (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c67 bool no_default_output = false; variable
246 no_default_output = true;
Dsed.h218 extern bool no_default_output;
Dexecute.c1557 if (!no_default_output)
1569 if (posixicity == POSIXLY_EXTENDED && !no_default_output)
1589 if (!no_default_output)
1799 if (!cur_cmd && no_default_output)
1814 if (!no_default_output)
Dcompile.c1120 no_default_output = true;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2930 * sed.c: added new tests of no_default_output to make -n work.