Home
last modified time | relevance | path

Searched refs:savehist (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcsh/
H A Ddot.tcshrc35 savehist=(1000 merge) \
105 unset savehist
H A Dsh.decls.h220 extern void savehist (struct wordent *, int);
H A DFixes298 8. set histfile=/tmp/history.temp; set savehist=(100 merge);
805 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
1199 set savehist=(100 merge)
1244 43. Fixed rechist and recdirs not to depend on savehist and savedirs
1276 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
1720 10. Setting savehist to an empty string makes savehist use the value
H A Dsh.hist.c142 savehist( in savehist() function
H A Dsh.lex.c468 savehist(NULL, 0); in getC1()
H A Dsh.c2103 savehist(&paraml, enterhist > 1); in process()
H A Dsh.func.c887 savehist(ohistent, 0); in search()
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc27 set savehist = 100
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc32 set savehist = 100
/freebsd/share/skel/
H A Ddot.cshrc30 set savehist = (1000 merge)
/freebsd/bin/sh/
H A Dhistedit.c69 static int savehist; variable
105 if (!savehist || (histfile = get_histfile()) == NULL) in histsave()
138 savehist = 1; in histload()
/freebsd/bin/csh/
H A Ddot.cshrc33 set savehist = (1000 merge)