Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c43 cp = value(S_history /*"history"*/); in savehist()
104 if (getn(value(S_history /*"history"*/)) == 0) in dohist()
129 n = getn(value(S_history /*"history"*/)); in dohist()
H A Dsh.init.c124 S_history, dohist, 0, 2,
H A Dsh.tconst.c142 tchar S_history[] = {'h','i','s','t','o','r','y',0}; variable
H A Dsh.c37 tchar *dumphist[] = { S_history /* "history" */, S_h /* "-h" */, 0, 0 };