Home
last modified time | relevance | path

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

/kernel/liteos_a/apps/shell/include/
Dshcmd.h55 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro
/kernel/liteos_a/shell/full/include/
Dshcmd.h88 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro
/kernel/liteos_m/components/shell/include/
Dshcmd.h84 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro
/kernel/liteos_a/apps/shell/src/
Dshcmd.c183 if (NEED_NEW_LINE(timesPrint, lineCap)) { in OsShowPageControl()
/kernel/liteos_a/shell/full/src/base/
Dshcmd.c176 if (NEED_NEW_LINE(timesPrint, lineCap)) { in OsShowPageControl()