Home
last modified time | relevance | path

Searched refs:VISIABLE_CHAR (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/shell/src/base/
Dshmsg.c45 #define VISIABLE_CHAR(ch) ((ch) > 0x1F && (ch) < 0x7F) macro
225 if (!VISIABLE_CHAR(*ptr)) { in ShellTaskEntry()
/kernel/liteos_a/apps/shell/src/
Dshmsg.c50 #define VISIABLE_CHAR(ch) ((ch) > 0x1F && (ch) < 0x7F) macro
258 if ((shellCB == NULL) || (outputFunc == NULL) || !VISIABLE_CHAR(ch)) { in ParseNormalChar()