Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.h156 extern Char HistLit; /* true if history lines are shown literal */
H A Dsh.hist.c40 Char HistLit = 0; variable
1087 if (HistLit && hp->histline) in phist()
1222 if (HistLit && hp->histline) in fmthist()
H A Ded.chared.c996 if (HistLit && hp->histline) { in GetHistLine()
1884 if (HistLit) in e_up_search_hist()
1895 if (!HistLit) in e_up_search_hist()
1943 if (HistLit) in e_down_search_hist()
1955 if (!HistLit) in e_down_search_hist()
H A Dsh.set.c97 HistLit = 1; in update_vars()
780 HistLit = 0; in unset()