Home
last modified time | relevance | path

Searched refs:HistLit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.h156 extern Char HistLit; /* true if history lines are shown literal */
H A Dsh.hist.c40 Char HistLit = 0; variable
1074 if (HistLit && hp->histline) in phist()
1198 if (HistLit && hp->histline) in fmthist()
H A Ded.chared.c995 if (HistLit && hp->histline) { in GetHistLine()
1883 if (HistLit) in e_up_search_hist()
1894 if (!HistLit) in e_up_search_hist()
1942 if (HistLit) in e_down_search_hist()
1954 if (!HistLit) in e_down_search_hist()
H A Dsh.set.c98 HistLit = 1; in update_vars()
778 HistLit = 0; in unset()
H A DFixes253 23. Turn HistLit on while recording history to avoid \!\! losing its \.
1544 43. History searching inconsistent with HistLit: