Searched refs:S_histchars (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.set.c | 112 } 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 D | sh.tconst.c | 141 tchar S_histchars[] = {'h','i','s','t','c','h','a','r','s',0}; /*histchars*/ variable
|