Home
last modified time | relevance | path

Searched defs:NEED_NEW_LINE (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/apps/shell/include/
H A Dshcmd.h55 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro
/kernel/liteos_a/shell/full/include/
H A Dshcmd.h88 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro
/kernel/liteos_m/components/shell/include/
H A Dshcmd.h84 #define NEED_NEW_LINE(timesPrint, lineCap) ((timesPrint) % (lineCap) == 0) macro

Completed in 2 milliseconds