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

  /external/linux-tools-perf/util/
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())
cache.h 31 extern int pager_in_use(void);

Completed in 57 milliseconds