Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c45 tchar S_HAT[] = {'^', 0}; /* ^ */ variable
H A Dsh.exp.c192 if (**vp && eq(**vp, S_HAT /* "^" */)) { in exp2a()