Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/shell/include/
Dshcmd.h56 #define SCREEN_IS_FULL(timesPrint, lineCap) ((timesPrint) >= ((lineCap) * DEFAULT_SCREEN_HEIGHT)) macro
/kernel/liteos_a/shell/full/include/
Dshcmd.h89 #define SCREEN_IS_FULL(timesPrint, lineCap) ((timesPrint) >= ((lineCap) * DEFAULT_SCREEN_HEIGHT)) macro
/kernel/liteos_m/components/shell/include/
Dshcmd.h85 #define SCREEN_IS_FULL(timesPrint, lineCap) ((timesPrint) >= ((lineCap) * DEFAULT_SCREEN_HEIGNT)) macro
/kernel/liteos_a/apps/shell/src/
Dshcmd.c185 if (SCREEN_IS_FULL(timesPrint, lineCap) && (timesPrint < count)) { in OsShowPageControl()
/kernel/liteos_a/shell/full/src/base/
Dshcmd.c178 if (SCREEN_IS_FULL(timesPrint, lineCap) && (timesPrint < count)) { in OsShowPageControl()