Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c112 } else if (eq(vp, S_histchars /* "histchars" */)) { in doset()
113 tchar *p = value(S_histchars /* "histchars" */); in doset()
509 if (adrof(S_histchars /* "histchars" */) == 0) { in unset()
H A Dsh.tconst.c141 tchar S_histchars[] = {'h','i','s','t','c','h','a','r','s',0}; /*histchars*/ variable