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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c96 #define OPT_BATCH_MODE (option_mask32 & 0x4) macro
306 printf(OPT_BATCH_MODE ? "%s\n" : "\e[H\e[J%s\n", scrbuf);
374 printf(OPT_BATCH_MODE ? "%.*s" : "\e[7m%.*s\e[0m", scr_width,
381 printf(OPT_BATCH_MODE ? "%.*s" : "\e[7m%.*s\e[0m", scr_width,
470 putchar(OPT_BATCH_MODE ? '\n' : '\r');
612 if (OPT_BATCH_MODE || count > ntop) {

Completed in 102 milliseconds