Searched refs:no_output (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/misc/
H A Drtacct.c38 int no_output = 0; variable
162 if (!no_output) {
205 if (no_output)
224 if (!no_output) {
272 if (no_output)
458 no_output = 1;
H A Difstat.c40 int no_output = 0; variable
608 no_output = 1;
754 if (!no_output) {
H A Dnstat.c35 int no_output = 0; variable
469 no_output = 1;
608 if (!no_output) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb63 attr_accessor :no_output
69 @no_output = options.fetch( :no_output, false )
301 @output.#{ method }(*args) unless @no_output
305 @error.#{ method }(*args) unless @no_output
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dmain.py69 dest="no_output"
175 if not options.no_output:

Completed in 517 milliseconds