Home
last modified time | relevance | path

Searched refs:SF_ECHO (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dmain.c874 s->flags |= SF_ECHO; in shell()
876 s->flags &= ~SF_ECHO; in shell()
Dlex.c1328 if (s->flags & SF_ECHO) { in getsc_uu()
Dsh.h2143 #define SF_ECHO BIT(0) /* echo input to shlout */ macro