Home
last modified time | relevance | path

Searched refs:S_histchars (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.set.c115 } else if (eq(vp, S_histchars /* "histchars" */)) { in doset()
116 tchar *p = value(S_histchars /* "histchars" */); in doset()
512 if (adrof(S_histchars /* "histchars" */) == 0) { in unset()
H A Dsh.tconst.c143 tchar S_histchars[] = {'h','i','s','t','c','h','a','r','s',0}; /*histchars*/ variable