Searched refs:readline_echoing_p (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h137 extern int readline_echoing_p;
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h138 extern int readline_echoing_p;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Drltty.c271 readline_echoing_p = 1;
305 readline_echoing_p = (oldtio.sgttyb.sg_flags & ECHO);
583 readline_echoing_p = (oldtio.c_lflag & ECHO);
646 readline_echoing_p = 1;
678 readline_echoing_p = 1; /* XXX */
H A Dterminal.c353 if (readline_echoing_p)
656 if (readline_echoing_p)
H A Drlprivate.h142 extern int readline_echoing_p;
H A Dreadline.c179 int readline_echoing_p = 0; variable
352 if (readline_echoing_p == 0 && rl_redisplay_function == rl_redisplay)
H A Ddisplay.c472 if (!readline_echoing_p)
2412 if (readline_echoing_p)
H A Dtext.c950 if (readline_echoing_p)

Completed in 349 milliseconds