HomeSort by relevance Sort by last modified time
    Searched refs:pager_in_use (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
cache.h 31 extern int pager_in_use(void);
pager.c 93 int pager_in_use(void) function
color.c 151 if (stdout_is_tty || (pager_in_use() && pager_use_color)) {
178 if (isatty(1) || pager_in_use())
203 if (isatty(1) || pager_in_use())

Completed in 939 milliseconds