Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dlex.h45 #define SF_ECHO BIT(0) /* echo input to shlout */ macro
H A Dmain.c568 s->flags |= SF_ECHO;
570 s->flags &= ~SF_ECHO;
H A Dlex.c977 if (s->flags & SF_ECHO) { in getsc__()