Searched refs:SF_ECHO (Results 1 – 3 of 3) sorted by relevance
884 s->flags |= SF_ECHO; in shell()886 s->flags &= ~SF_ECHO; in shell()
1328 if (s->flags & SF_ECHO) { in getsc_uu()
1933 #define SF_ECHO BIT(0) /* echo input to shlout */ macro