Home
last modified time | relevance | path

Searched refs:S_EXAS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tconst.c44 tchar S_EXAS[] = {'!', 0}; /* ! */ variable
H A Dsh.exp.c445 if (eq(**vp, S_EXAS /* "!" */)) { in exp6()
H A Dsh.parse.c583 if (p->next != p2 && eq(p->next->word, S_EXAS /* "!" */)) in syn3()